Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/bash/textobjects.scm')
-rw-r--r--runtime/queries/bash/textobjects.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/runtime/queries/bash/textobjects.scm b/runtime/queries/bash/textobjects.scm
deleted file mode 100644
index 09536a6b..00000000
--- a/runtime/queries/bash/textobjects.scm
+++ /dev/null
@@ -1,12 +0,0 @@
-(function_definition
- body: (_) @function.inside) @function.around
-
-(command
- argument: (_) @parameter.inside)
-
-(comment) @comment.inside
-
-(comment)+ @comment.around
-
-(array
- (_) @entry.around)