mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 11:20:07 -04:00
highlights(zig): highlight unreachable
This commit is contained in:
parent
bd3363e01d
commit
70f739c337
1 changed files with 1 additions and 0 deletions
|
|
@ -44,6 +44,7 @@
|
||||||
|
|
||||||
(boolean_literal) @boolean
|
(boolean_literal) @boolean
|
||||||
(undefined_literal) @constant.builtin
|
(undefined_literal) @constant.builtin
|
||||||
|
(unreachable_expression) @constant.builtin
|
||||||
(null_literal) @constant.builtin
|
(null_literal) @constant.builtin
|
||||||
|
|
||||||
; (ERROR) @error
|
; (ERROR) @error
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue