2022-11-16 03:17:03 +01:00
|
|
|
; Indentation queries for helix
|
2022-05-11 03:06:37 +02:00
|
|
|
[
|
|
|
|
(function_expression)
|
|
|
|
(array_literal)
|
|
|
|
(dictionary_literal)
|
|
|
|
(selection_statement)
|
|
|
|
(iteration_statement)
|
|
|
|
] @indent
|
|
|
|
|
2022-11-16 03:17:03 +01:00
|
|
|
; question - what about else, elif
|
2022-05-11 03:06:37 +02:00
|
|
|
[
|
|
|
|
")"
|
|
|
|
"]"
|
|
|
|
"}"
|
2022-11-16 03:17:03 +01:00
|
|
|
(endif)
|
|
|
|
(endforeach)
|
2022-05-11 03:06:37 +02:00
|
|
|
] @outdent
|