mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
fix(c highlights): add missing operators
This commit is contained in:
parent
9b30badeb1
commit
632a9f1e3c
1 changed files with 2 additions and 0 deletions
|
|
@ -81,6 +81,8 @@
|
||||||
"|="
|
"|="
|
||||||
"&="
|
"&="
|
||||||
"^="
|
"^="
|
||||||
|
">>="
|
||||||
|
"<<="
|
||||||
"--"
|
"--"
|
||||||
"++"
|
"++"
|
||||||
] @operator
|
] @operator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue