mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
Update new query and parser for zig
This commit is contained in:
parent
2b51d9b766
commit
53160520e2
6 changed files with 225 additions and 228 deletions
|
|
@ -1,16 +1,6 @@
|
|||
[
|
||||
(block)
|
||||
(comptime_block)
|
||||
(defer_block)
|
||||
(suspend_block)
|
||||
(resume_block)
|
||||
(if_expression)
|
||||
(switch_block)
|
||||
(for_expression)
|
||||
(test_expression)
|
||||
(struct_expression)
|
||||
(anonymous_struct_enum)
|
||||
(anonymous_array_expr)
|
||||
(union_expression)
|
||||
(enum_expression)
|
||||
(Block)
|
||||
(ContainerDecl)
|
||||
(SwitchExpr)
|
||||
(AsmExpr)
|
||||
] @fold
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue