mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04:00
Fix D unittest injection query. (#4562)
This commit is contained in:
parent
c803ef8753
commit
185236c3a4
@ -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…
Reference in New Issue
Block a user