C highlights: Make ? an operator in c highlights

This commit is contained in:
Stephan Seitz 2020-06-26 17:28:23 +02:00 committed by Thomas Vigouroux
parent c70a8242eb
commit d724073401

View file

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