mirror of
https://github.com/chenasraf/nvim-treesitter.git
synced 2026-05-18 01:39:00 +00:00
highlights(c): highlight ternary as conditional
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
">=" @operator
|
||||
"!" @operator
|
||||
"||" @operator
|
||||
"?" @operator
|
||||
(conditional_expression [ "?" ":" ] @conditional)
|
||||
|
||||
"-=" @operator
|
||||
"+=" @operator
|
||||
@@ -113,4 +113,3 @@
|
||||
(identifier)) @parameter
|
||||
|
||||
(ERROR) @error
|
||||
|
||||
|
||||
Reference in New Issue
Block a user