mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-07 04:47:45 +03:00
Fix D unittest injection query. (#4562)
This commit is contained in:
parent
c803ef8753
commit
185236c3a4
1 changed files with 2 additions and 2 deletions
|
@ -4,6 +4,6 @@
|
|||
(class_declaration (aggregate_body) @class.inside) @class.around
|
||||
(interface_declaration (aggregate_body) @class.inside) @class.around
|
||||
(struct_declaration (aggregate_body) @class.inside) @class.around
|
||||
(unittest_declaration (block_statement) @test.insid) @test.around
|
||||
(unittest_declaration (block_statement) @test.inside) @test.around
|
||||
(parameter) @parameter.inside
|
||||
(template_parameter) @parameter.inside
|
||||
(template_parameter) @parameter.inside
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue