mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(zig): improve indents (#7471)
This commit is contained in:
parent
5cf3434c69
commit
54a29bf99d
1 changed files with 5 additions and 0 deletions
|
|
@ -1,7 +1,12 @@
|
|||
[
|
||||
(block)
|
||||
(struct_declaration)
|
||||
(enum_declaration)
|
||||
(union_declaration)
|
||||
(switch_expression)
|
||||
(if_expression)
|
||||
(while_expression)
|
||||
(for_expression)
|
||||
(initializer_list)
|
||||
] @indent.begin
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue