mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-04 04:20:09 -04:00
highlights(c): highlight ternary as conditional
This commit is contained in:
parent
3bcd3f7c0c
commit
e3223398b7
1 changed files with 1 additions and 2 deletions
|
|
@ -48,7 +48,7 @@
|
|||
">=" @operator
|
||||
"!" @operator
|
||||
"||" @operator
|
||||
"?" @operator
|
||||
(conditional_expression [ "?" ":" ] @conditional)
|
||||
|
||||
"-=" @operator
|
||||
"+=" @operator
|
||||
|
|
@ -110,4 +110,3 @@
|
|||
(identifier)) @parameter
|
||||
|
||||
(ERROR) @error
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue