We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 173c8b9 commit 6e5722cCopy full SHA for 6e5722c
treesit-queries/go/textobjects.scm
@@ -11,8 +11,8 @@
11
(type_declaration
12
(type_spec (type_identifier) (struct_type (field_declaration_list (_)?) @class.inner))) @class.outer
13
14
-(type_declaration
15
- (type_spec (type_identifier) (interface_type (method_spec)+ @class.inner))) @class.outer
+;; (type_declaration
+;; (type_spec (type_identifier) (interface_type (method_spec)+ @class.inner))) @class.outer
16
17
(type_parameter_list
18
((_) @parameter.inner . ","? @parameter.outer) @parameter.outer)
0 commit comments