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