C highlights: add bitwise-xor operator

This commit is contained in:
Stephan Seitz 2020-08-27 01:17:44 +02:00 committed by Thomas Vigouroux
parent e8fa0d0b31
commit 5f37847dd8

View file

@ -53,6 +53,7 @@
"~" "~"
"|" "|"
"&" "&"
"^"
"<<" "<<"
">>" ">>"
@ -76,6 +77,7 @@
"%=" "%="
"|=" "|="
"&=" "&="
"^="
"--" "--"
"++" "++"
] @operator ] @operator