mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-15 18:00:07 -04:00
C highlights: add bitwise-xor operator
This commit is contained in:
parent
e8fa0d0b31
commit
5f37847dd8
1 changed files with 2 additions and 0 deletions
|
|
@ -53,6 +53,7 @@
|
||||||
"~"
|
"~"
|
||||||
"|"
|
"|"
|
||||||
"&"
|
"&"
|
||||||
|
"^"
|
||||||
"<<"
|
"<<"
|
||||||
">>"
|
">>"
|
||||||
|
|
||||||
|
|
@ -76,6 +77,7 @@
|
||||||
"%="
|
"%="
|
||||||
"|="
|
"|="
|
||||||
"&="
|
"&="
|
||||||
|
"^="
|
||||||
"--"
|
"--"
|
||||||
"++"
|
"++"
|
||||||
] @operator
|
] @operator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue