mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-11 07:50:07 -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue