highlights(zig): highlight true,false

This commit is contained in:
Stephan Seitz 2021-07-08 22:28:51 +02:00 committed by Thomas Vigouroux
parent d9baef30f3
commit 6d18b93ce7

View file

@ -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