C highlights: Make ? an operator in c highlights

This commit is contained in:
Stephan Seitz 2020-06-26 17:28:23 +02:00
parent 75bce1dc93
commit 3bcd3f7c0c

View file

@ -48,6 +48,7 @@
">=" @operator
"!" @operator
"||" @operator
"?" @operator
"-=" @operator
"+=" @operator