feat(c_sharp): add capture for ternary operators

This commit is contained in:
Iron-E 2023-05-04 19:37:29 +00:00 committed by GitHub
parent 01c23a8036
commit 2115c7d585
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -298,6 +298,8 @@
":"
] @punctuation.delimiter
(conditional_expression ["?" ":"] @conditional.ternary)
[
"["
"]"