Skip to content

Commit 389b9f7

Browse files
gdamoreShekhinah Memmel
authored and
Shekhinah Memmel
committed
Fix D unittest injection query. (helix-editor#4562)
1 parent 45a7a4a commit 389b9f7

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)