diff options
Diffstat (limited to 'runtime/queries/typst/indents.scm')
| -rw-r--r-- | runtime/queries/typst/indents.scm | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/runtime/queries/typst/indents.scm b/runtime/queries/typst/indents.scm new file mode 100644 index 000000000..d43c586c1 --- /dev/null +++ b/runtime/queries/typst/indents.scm @@ -0,0 +1,12 @@ +[ + (set) + (let) + (show) + (call) +] @indent.begin + +[ + "]" + "}" + ")" +] @indent.branch @indent.end |
