mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(c_sharp): add capture for ternary operators
This commit is contained in:
parent
01c23a8036
commit
2115c7d585
1 changed files with 2 additions and 0 deletions
|
|
@ -298,6 +298,8 @@
|
|||
":"
|
||||
] @punctuation.delimiter
|
||||
|
||||
(conditional_expression ["?" ":"] @conditional.ternary)
|
||||
|
||||
[
|
||||
"["
|
||||
"]"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue