Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/nix/textobjects.scm')
-rw-r--r--runtime/queries/nix/textobjects.scm12
1 files changed, 0 insertions, 12 deletions
diff --git a/runtime/queries/nix/textobjects.scm b/runtime/queries/nix/textobjects.scm
deleted file mode 100644
index 196ef46c..00000000
--- a/runtime/queries/nix/textobjects.scm
+++ /dev/null
@@ -1,12 +0,0 @@
-(comment) @comment.inside
-(comment)+ @comment.around
-
-(formals
- ((_) @parameter.inside . ","? @parameter.around) @parameter.around)
-
-(function_expression
- body: (_) @function.inside) @function.around
-
-(binding
- (_) @entry.inside) @entry.around
-