Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/hcl/textobjects.scm')
-rw-r--r--runtime/queries/hcl/textobjects.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/runtime/queries/hcl/textobjects.scm b/runtime/queries/hcl/textobjects.scm
deleted file mode 100644
index c5ee4ff2..00000000
--- a/runtime/queries/hcl/textobjects.scm
+++ /dev/null
@@ -1,11 +0,0 @@
-(comment) @comment.inside
-(comment)+ @comment.around
-
-(function_arguments
- ((_) @parameter.inside . ","? @parameter.around) @parameter.around)
-
-(attribute
- (_) @entry.inside) @entry.around
-
-(tuple
- (_) @entry.around)