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