diff options
| -rw-r--r-- | queries/typst/folds.scm | 2 | ||||
| -rw-r--r-- | queries/typst/indents.scm | 12 |
2 files changed, 8 insertions, 6 deletions
diff --git a/queries/typst/folds.scm b/queries/typst/folds.scm index 02eb3830d..e229f74cd 100644 --- a/queries/typst/folds.scm +++ b/queries/typst/folds.scm @@ -1,3 +1,5 @@ (set) @fold + (let) @fold + (call) @fold diff --git a/queries/typst/indents.scm b/queries/typst/indents.scm index 855095955..b62d1181c 100644 --- a/queries/typst/indents.scm +++ b/queries/typst/indents.scm @@ -1,11 +1,11 @@ [ - (set) - (let) - (call) + (set) + (let) + (call) ] @indent.begin [ - "]" - "}" - ")" + "]" + "}" + ")" ] @indent.branch @indent.end |
