mirror of https://github.com/helix-editor/helix
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.
12 lines
356 B
Scheme
12 lines
356 B
Scheme
; From <https://github.com/IndianBoy42/tree-sitter-just/blob/6c2f018ab1d90946c0ce029bb2f7d57f56895dff/queries-flavored/helix/indents.scm>
|
|
;
|
|
; This query specifies how to auto-indent logical blocks.
|
|
;
|
|
; Better documentation with diagrams is in https://docs.helix-editor.com/guides/indent.html
|
|
|
|
[
|
|
(recipe)
|
|
(string)
|
|
(external_command)
|
|
] @indent @extend
|