aboutsummaryrefslogtreecommitdiff
path: root/runtime/queries/meson/indents.scm
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/queries/meson/indents.scm')
-rw-r--r--runtime/queries/meson/indents.scm7
1 files changed, 4 insertions, 3 deletions
diff --git a/runtime/queries/meson/indents.scm b/runtime/queries/meson/indents.scm
index a1c7b3fa..2a4c6c62 100644
--- a/runtime/queries/meson/indents.scm
+++ b/runtime/queries/meson/indents.scm
@@ -1,5 +1,5 @@
+; Indentation queries for helix
[
- (method_expression)
(function_expression)
(array_literal)
(dictionary_literal)
@@ -7,10 +7,11 @@
(iteration_statement)
] @indent
+; question - what about else, elif
[
")"
"]"
"}"
- "endif"
- "endforeach"
+ (endif)
+ (endforeach)
] @outdent