highlights(c): highlight ternary as conditional

This commit is contained in:
Thomas Vigouroux
2020-06-30 08:54:24 +02:00
parent d724073401
commit 255d1756b0

View File

@@ -51,7 +51,7 @@
">=" @operator
"!" @operator
"||" @operator
"?" @operator
(conditional_expression [ "?" ":" ] @conditional)
"-=" @operator
"+=" @operator
@@ -113,4 +113,3 @@
(identifier)) @parameter
(ERROR) @error