Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/kdl/textobjects.scm')
-rw-r--r--runtime/queries/kdl/textobjects.scm27
1 files changed, 0 insertions, 27 deletions
diff --git a/runtime/queries/kdl/textobjects.scm b/runtime/queries/kdl/textobjects.scm
deleted file mode 100644
index 7f9a562c..00000000
--- a/runtime/queries/kdl/textobjects.scm
+++ /dev/null
@@ -1,27 +0,0 @@
-(type (_) @test.inside) @test.around
-
-(node
- children: (node_children)? @class.inside) @class.around
-
-(node
- children: (node_children)? @function.inside) @function.around
-
-(node (identifier) @function.movement)
-
-[
- (single_line_comment)
- (multi_line_comment)
-] @comment.inside
-
-[
- (single_line_comment)+
- (multi_line_comment)+
-] @comment.around
-
-[
- (prop)
- (value)
-] @parameter.inside
-
-(value (type) ? (_) @parameter.inside @parameter.movement . ) @parameter.around
-