You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/runtime/queries/meson/indents.scm

18 lines
249 B
Scheme

; Indentation queries for helix
[
(function_expression)
(array_literal)
(dictionary_literal)
(selection_statement)
(iteration_statement)
] @indent
; question - what about else, elif
[
")"
"]"
"}"
(endif)
(endforeach)
] @outdent