aboutsummaryrefslogtreecommitdiffstats
path: root/queries/cue/indents.scm
diff options
context:
space:
mode:
Diffstat (limited to 'queries/cue/indents.scm')
-rw-r--r--queries/cue/indents.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/queries/cue/indents.scm b/queries/cue/indents.scm
index 731e69b79..71a03a778 100644
--- a/queries/cue/indents.scm
+++ b/queries/cue/indents.scm
@@ -1,21 +1,21 @@
[
(import_spec_list)
(field)
-] @indent
+] @indent.begin
[
"}"
"]"
")"
-] @indent_end
+] @indent.end
-[ "{" "}" ] @branch
+[ "{" "}" ] @indent.branch
-[ "[" "]" ] @branch
+[ "[" "]" ] @indent.branch
-[ "(" ")" ] @branch
+[ "(" ")" ] @indent.branch
[
(ERROR)
(comment)
-] @auto
+] @indent.auto