mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 20:07:44 +03:00
Update tree-sitter-zig (#7803)
This commit is contained in:
parent
325692a154
commit
bc737404e8
3 changed files with 9 additions and 6 deletions
|
@ -1,4 +1,4 @@
|
|||
(TopLevelDecl (FnProto)
|
||||
(Decl (FnProto)
|
||||
(_) @function.inside) @function.around
|
||||
|
||||
(TestDecl (_) @test.inside) @test.around
|
||||
|
@ -6,10 +6,10 @@
|
|||
; matches all of: struct, enum, union
|
||||
; this unfortunately cannot be split up because
|
||||
; of the way struct "container" types are defined
|
||||
(TopLevelDecl (VarDecl (ErrorUnionExpr (SuffixExpr (ContainerDecl
|
||||
(Decl (VarDecl (ErrorUnionExpr (SuffixExpr (ContainerDecl
|
||||
(_) @class.inside))))) @class.around
|
||||
|
||||
(TopLevelDecl (VarDecl (ErrorUnionExpr (SuffixExpr (ErrorSetDecl
|
||||
(Decl (VarDecl (ErrorUnionExpr (SuffixExpr (ErrorSetDecl
|
||||
(_) @class.inside))))) @class.around
|
||||
|
||||
(ParamDeclList
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue