Fix missing C highlights
* "const" keyword * booleans * <=/>= operators
This commit is contained in:
parent
d7d9ca37e5
commit
00d88e540e
@ -21,6 +21,7 @@
|
||||
"union" @keyword
|
||||
"volatile" @keyword
|
||||
"while" @keyword
|
||||
"const" @keyword
|
||||
|
||||
[
|
||||
"#define"
|
||||
@ -50,10 +51,14 @@
|
||||
"==" @operator
|
||||
">" @operator
|
||||
"||" @operator
|
||||
">=" @operator
|
||||
"<=" @operator
|
||||
|
||||
"." @punctuation.delimiter
|
||||
";" @punctuation.delimiter
|
||||
|
||||
[(true) (false)] @constant.builtin.boolean
|
||||
|
||||
(enumerator) @type.enum.variant
|
||||
|
||||
(string_literal) @string
|
||||
|
Loading…
Reference in New Issue
Block a user