Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/meson/indents.scm')
| -rw-r--r-- | runtime/queries/meson/indents.scm | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/runtime/queries/meson/indents.scm b/runtime/queries/meson/indents.scm deleted file mode 100644 index 2a4c6c62..00000000 --- a/runtime/queries/meson/indents.scm +++ /dev/null @@ -1,17 +0,0 @@ -; Indentation queries for helix -[ - (function_expression) - (array_literal) - (dictionary_literal) - (selection_statement) - (iteration_statement) -] @indent - -; question - what about else, elif -[ - ")" - "]" - "}" - (endif) - (endforeach) -] @outdent |