Skip to content

Commit 10202b3

Browse files
gdamorepathwave
authored andcommitted
Fix D unittest injection query. (helix-editor#4562)
1 parent 623fe24 commit 10202b3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

runtime/queries/d/textobjects.scm

Lines changed: 2 additions & 2 deletions
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)