mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -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"
|
||||
"export"
|
||||
"extern"
|
||||
"false"
|
||||
"for"
|
||||
"if"
|
||||
"inline"
|
||||
|
|
@ -102,7 +101,6 @@
|
|||
"switch"
|
||||
"test"
|
||||
; "threadlocal"
|
||||
"true"
|
||||
"try"
|
||||
; "undefined"
|
||||
"union"
|
||||
|
|
@ -113,6 +111,11 @@
|
|||
"while"
|
||||
] @keyword
|
||||
|
||||
[
|
||||
"true"
|
||||
"false"
|
||||
] @boolean
|
||||
|
||||
"return" @keyword.return
|
||||
|
||||
"fn" @keyword.function
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue