fix(typst): indentation for block and branch

This commit is contained in:
Ilya Ilyinykh
2026-02-25 20:35:46 +03:00
committed by GitHub
parent 67d0fd3e0a
commit 0f5b204603
8 changed files with 81 additions and 1 deletions

View File

@@ -3,10 +3,12 @@
(let)
(show)
(call)
(for)
(branch)
] @indent.begin
[
"]"
"}"
")"
] @indent.branch @indent.end
] @indent.end @indent.branch