f843967059
Co-authored-by: Garrett D'Amore <garrett.damore@weka.io> Co-authored-by: Michael Davis <mcarsondavis@gmail.com>
17 lines
249 B
Scheme
17 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
|