mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-16 18:30:06 -04:00
C highlights: Make ? an operator in c highlights
This commit is contained in:
parent
c70a8242eb
commit
d724073401
1 changed files with 1 additions and 0 deletions
|
|
@ -51,6 +51,7 @@
|
||||||
">=" @operator
|
">=" @operator
|
||||||
"!" @operator
|
"!" @operator
|
||||||
"||" @operator
|
"||" @operator
|
||||||
|
"?" @operator
|
||||||
|
|
||||||
"-=" @operator
|
"-=" @operator
|
||||||
"+=" @operator
|
"+=" @operator
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue