Update c-sharp queries (#12948)

This commit is contained in:
SofusA 2025-02-27 00:40:16 +01:00 committed by GitHub
parent bb3af143f1
commit 534d0907d3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 129 additions and 277 deletions

View file

@ -5,7 +5,6 @@
(enum_declaration body: (_) @class.inside)
(delegate_declaration)
(record_declaration body: (_) @class.inside)
(record_struct_declaration body: (_) @class.inside)
] @class.around
(constructor_declaration body: (_) @function.inside) @function.around