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 (preproc_pragma
(identifier) @constant) (identifier) @constant)
(preproc_if
(identifier) @constant)
[ [
"if" "if"
"else" "else"
@ -367,15 +370,6 @@
"when" "when"
] @keyword.conditional ] @keyword.conditional
(preproc_pragma
(identifier) @constant)
(preproc_if
(identifier) @constant)
(preproc_if
(identifier) @constant)
[ [
"while" "while"
"for" "for"