highlight(c): fix booleans and types

This commit is contained in:
Thomas Vigouroux 2020-07-06 23:01:46 +02:00 committed by Stephan Seitz
parent a5fb463309
commit 7bb0d7548d
2 changed files with 41 additions and 20 deletions

View file

@ -20,6 +20,8 @@
(namespace_identifier) @constant
((identifier) @type (#match? @type "^[A-Z]"))
((namespace_identifier) @type
(#match? @type "^[A-Z]"))
((namespace_identifier) @constant
@ -77,7 +79,7 @@
"noexcept"
"throw"
] @exception
[
"class"