Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/d/textobjects.scm')
-rw-r--r--runtime/queries/d/textobjects.scm9
1 files changed, 0 insertions, 9 deletions
diff --git a/runtime/queries/d/textobjects.scm b/runtime/queries/d/textobjects.scm
deleted file mode 100644
index 6e9e623a..00000000
--- a/runtime/queries/d/textobjects.scm
+++ /dev/null
@@ -1,9 +0,0 @@
-(function_declaration (function_body) @function.inside) @function.around
-(comment) @comment.inside
-(comment)+ @comment.around
-(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.inside) @test.around
-(parameter) @parameter.inside
-(template_parameter) @parameter.inside