mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-08 22:40:12 -04:00
fix(typst): indentation for block and branch
This commit is contained in:
parent
c6d295e966
commit
8557ba1b5b
8 changed files with 80 additions and 1 deletions
|
|
@ -3,10 +3,11 @@
|
|||
(let)
|
||||
(show)
|
||||
(call)
|
||||
(block)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
"]"
|
||||
"}"
|
||||
")"
|
||||
] @indent.branch @indent.end
|
||||
] @indent.end @indent.branch
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue