aboutsummaryrefslogtreecommitdiffstats
path: root/queries/go/indents.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/go/indents.scm')
-rw-r--r--queries/go/indents.scm16
1 files changed, 8 insertions, 8 deletions
diff --git a/queries/go/indents.scm b/queries/go/indents.scm
index fe6e447eb..5f0039ac4 100644
--- a/queries/go/indents.scm
+++ b/queries/go/indents.scm
@@ -13,21 +13,21 @@
(call_expression)
(parameter_list)
(struct_type)
-] @indent
+] @indent.begin
[
"}"
-] @branch
+] @indent.branch
-(const_declaration ")" @branch)
-(import_spec_list ")" @branch)
-(var_declaration ")" @branch)
+(const_declaration ")" @indent.branch)
+(import_spec_list ")" @indent.branch)
+(var_declaration ")" @indent.branch)
[
"}"
")"
-] @indent_end
+] @indent.end
-(parameter_list ")" @branch)
+(parameter_list ")" @indent.branch)
-(comment) @ignore
+(comment) @indent.ignore