mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
zig: work around for hang neovim
This commit is contained in:
parent
bdb2fe5a0d
commit
50314758ee
1 changed files with 8 additions and 10 deletions
|
|
@ -60,17 +60,15 @@ exception: "!" @exception
|
|||
(#eq? @variable.builtin "_")
|
||||
)
|
||||
|
||||
(PtrTypeStart "c" @variable.builtin)
|
||||
; (PtrTypeStart "c" @variable.builtin)
|
||||
|
||||
(
|
||||
(ContainerDeclType
|
||||
[
|
||||
(ErrorUnionExpr)
|
||||
"enum"
|
||||
]
|
||||
)
|
||||
(ContainerField (IDENTIFIER) @constant)
|
||||
)
|
||||
; (
|
||||
; (ContainerDeclType
|
||||
; (ErrorUnionExpr)
|
||||
; ; "enum"
|
||||
; )
|
||||
; (ContainerField (IDENTIFIER) @constant)
|
||||
; )
|
||||
|
||||
field_constant: (IDENTIFIER) @constant
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue