mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 03:40:04 -04:00
fix(zig): Do not indent on newline after block
This commit is contained in:
parent
7e41005423
commit
54de8afbed
1 changed files with 2 additions and 0 deletions
|
|
@ -5,6 +5,8 @@
|
||||||
(InitList)
|
(InitList)
|
||||||
] @indent
|
] @indent
|
||||||
|
|
||||||
|
(Block "}" @indent_end)
|
||||||
|
|
||||||
[
|
[
|
||||||
"("
|
"("
|
||||||
")"
|
")"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue