highlights(c): highlight ternary as conditional

This commit is contained in:
Thomas Vigouroux 2020-06-30 08:54:24 +02:00 committed by GitHub
parent 3bcd3f7c0c
commit e3223398b7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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