Skip to content

Commit

Permalink
Fix D unittest injection query. (helix-editor#4562)
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamore authored and Frederik Vestre committed Feb 6, 2023
1 parent 67d0279 commit 9102146
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions runtime/queries/d/textobjects.scm
Expand Up @@ -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

0 comments on commit 9102146

Please sign in to comment.