Skip to content

Commit 9102146

Browse files
gdamoreFrederik Vestre
authored and
Frederik Vestre
committed
Fix D unittest injection query. (helix-editor#4562)
1 parent 67d0279 commit 9102146

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/queries/d/textobjects.scm

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@
44
(class_declaration (aggregate_body) @class.inside) @class.around
55
(interface_declaration (aggregate_body) @class.inside) @class.around
66
(struct_declaration (aggregate_body) @class.inside) @class.around
7-
(unittest_declaration (block_statement) @test.insid) @test.around
7+
(unittest_declaration (block_statement) @test.inside) @test.around
88
(parameter) @parameter.inside
9-
(template_parameter) @parameter.inside
9+
(template_parameter) @parameter.inside

0 commit comments

Comments
 (0)