mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Update c-sharp queries (#12948)
This commit is contained in:
parent
bb3af143f1
commit
534d0907d3
4 changed files with 129 additions and 277 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue