mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-17 02:40:09 -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)
|
(block)
|
||||||
(struct_declaration)
|
(struct_declaration)
|
||||||
|
(enum_declaration)
|
||||||
|
(union_declaration)
|
||||||
(switch_expression)
|
(switch_expression)
|
||||||
|
(if_expression)
|
||||||
|
(while_expression)
|
||||||
|
(for_expression)
|
||||||
(initializer_list)
|
(initializer_list)
|
||||||
] @indent.begin
|
] @indent.begin
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue