mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-20 12:20:02 -04:00
highlights(zig): highlight true,false
This commit is contained in:
parent
d9baef30f3
commit
6d18b93ce7
1 changed files with 5 additions and 2 deletions
|
|
@ -82,7 +82,6 @@
|
||||||
"error"
|
"error"
|
||||||
"export"
|
"export"
|
||||||
"extern"
|
"extern"
|
||||||
"false"
|
|
||||||
"for"
|
"for"
|
||||||
"if"
|
"if"
|
||||||
"inline"
|
"inline"
|
||||||
|
|
@ -102,7 +101,6 @@
|
||||||
"switch"
|
"switch"
|
||||||
"test"
|
"test"
|
||||||
; "threadlocal"
|
; "threadlocal"
|
||||||
"true"
|
|
||||||
"try"
|
"try"
|
||||||
; "undefined"
|
; "undefined"
|
||||||
"union"
|
"union"
|
||||||
|
|
@ -113,6 +111,11 @@
|
||||||
"while"
|
"while"
|
||||||
] @keyword
|
] @keyword
|
||||||
|
|
||||||
|
[
|
||||||
|
"true"
|
||||||
|
"false"
|
||||||
|
] @boolean
|
||||||
|
|
||||||
"return" @keyword.return
|
"return" @keyword.return
|
||||||
|
|
||||||
"fn" @keyword.function
|
"fn" @keyword.function
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue