fix(c_sharp): remove duplicated queries (#7099)

This commit is contained in:
Omar Valdez 2024-08-30 01:26:22 -07:00 committed by GitHub
parent ba921c9aef
commit c15385281c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -358,6 +358,9 @@
(preproc_pragma
(identifier) @constant)
(preproc_if
(identifier) @constant)
[
"if"
"else"
@ -367,15 +370,6 @@
"when"
] @keyword.conditional
(preproc_pragma
(identifier) @constant)
(preproc_if
(identifier) @constant)
(preproc_if
(identifier) @constant)
[
"while"
"for"