mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 21:10:15 -04:00
Ternary
This commit is contained in:
parent
289cdc9da8
commit
d2b8b49ce5
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,6 @@
|
|||
[
|
||||
"@"
|
||||
"+"
|
||||
"?"
|
||||
":"
|
||||
"++"
|
||||
"-"
|
||||
|
|
@ -186,6 +185,8 @@
|
|||
"case"
|
||||
] @conditional
|
||||
|
||||
(ternary_expression ["?" ":"] @conditional)
|
||||
|
||||
;
|
||||
|
||||
[
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue