fix(c_sharp): update queries from upstream

This commit is contained in:
Amaan Qureshi 2024-05-13 23:56:57 -04:00
parent 1e52a2c422
commit df58c81237

View file

@ -18,10 +18,6 @@
body: (_) @context.end
) @context
(record_struct_declaration
body: (_) @context.end
) @context
(namespace_declaration
body: (_) @context.end
) @context
@ -42,7 +38,7 @@
body: (_) @context.end
) @context
(for_each_statement
(foreach_statement
body: (_) @context.end
) @context