diff options
| author | maxxnino <34153891+maxxnino@users.noreply.github.com> | 2021-11-25 20:42:01 +0900 |
|---|---|---|
| committer | Stephan Seitz <stephan.seitz@fau.de> | 2021-11-28 00:25:25 +0100 |
| commit | 50314758ee67b0f5a85d16aa74b4423445eeba5e (patch) | |
| tree | a74977113c4358af7cf1bd18d4140ab15fb3d415 /queries/zig | |
| parent | bdb2fe5a0db3878fd99cd5e006d217738b3fc0df (diff) | |
zig: work around for hang neovim
Diffstat (limited to 'queries/zig')
| -rw-r--r-- | queries/zig/highlights.scm | 20 |
1 files changed, 9 insertions, 11 deletions
diff --git a/queries/zig/highlights.scm b/queries/zig/highlights.scm index b85b4d36..b40cc0fa 100644 --- a/queries/zig/highlights.scm +++ b/queries/zig/highlights.scm @@ -60,17 +60,15 @@ exception: "!" @exception (#eq? @variable.builtin "_") ) -(PtrTypeStart "c" @variable.builtin) - -( - (ContainerDeclType - [ - (ErrorUnionExpr) - "enum" - ] - ) - (ContainerField (IDENTIFIER) @constant) -) +; (PtrTypeStart "c" @variable.builtin) + +; ( +; (ContainerDeclType +; (ErrorUnionExpr) +; ; "enum" +; ) +; (ContainerField (IDENTIFIER) @constant) +; ) field_constant: (IDENTIFIER) @constant |
