Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/awk/textobjects.scm')
-rw-r--r--runtime/queries/awk/textobjects.scm10
1 files changed, 0 insertions, 10 deletions
diff --git a/runtime/queries/awk/textobjects.scm b/runtime/queries/awk/textobjects.scm
deleted file mode 100644
index 467a8982..00000000
--- a/runtime/queries/awk/textobjects.scm
+++ /dev/null
@@ -1,10 +0,0 @@
-
-(func_def name: (identifier) (block) @function.inside) @function.around
-
-(param_list (_) @parameter.inside) @parameter.around
-
-(args (_) @parameter.inside) @parameter.around
-
-(comment) @comment.inside
-
-(comment)+ @comment.around