mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
10 lines
216 B
Scheme
10 lines
216 B
Scheme
; 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
|