diff options
Diffstat (limited to 'queries/just/indents.scm')
| -rw-r--r-- | queries/just/indents.scm | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/queries/just/indents.scm b/queries/just/indents.scm new file mode 100644 index 000000000..1402a0c03 --- /dev/null +++ b/queries/just/indents.scm @@ -0,0 +1,14 @@ +; Source: https://github.com/IndianBoy42/tree-sitter-just/blob/main/queries/just/indents.scm +[ + (recipe) + (string) + (external_command) +] @indent.begin + +(string + [ + "'''" + "\"\"\"" + ] @indent.branch @indent.end) + +(comment) @indent.auto |
