Fix D unittest injection query. (#4562)

pull/1/head
Garrett D'Amore 2 years ago committed by GitHub
parent c803ef8753
commit 185236c3a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save