Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/just/indents.scm')
| -rw-r--r-- | runtime/queries/just/indents.scm | 12 |
1 files changed, 10 insertions, 2 deletions
diff --git a/runtime/queries/just/indents.scm b/runtime/queries/just/indents.scm index 3db59746..7cfca3d7 100644 --- a/runtime/queries/just/indents.scm +++ b/runtime/queries/just/indents.scm @@ -1,3 +1,11 @@ +; 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_body) -] @indent + (recipe) + (string) + (external_command) +] @indent @extend |