Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/cairo/textobjects.scm')
-rw-r--r--runtime/queries/cairo/textobjects.scm8
1 files changed, 1 insertions, 7 deletions
diff --git a/runtime/queries/cairo/textobjects.scm b/runtime/queries/cairo/textobjects.scm
index 4b53097b..4031873d 100644
--- a/runtime/queries/cairo/textobjects.scm
+++ b/runtime/queries/cairo/textobjects.scm
@@ -1,9 +1,6 @@
(function_item
body: (_) @function.inside) @function.around
-(closure_expression
- body: (_) @function.inside) @function.around
-
(struct_item
body: (_) @class.inside) @class.around
@@ -19,9 +16,6 @@
(parameters
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
-(closure_parameters
- ((_) @parameter.inside . ","? @parameter.around) @parameter.around)
-
(type_parameters
((_) @parameter.inside . ","? @parameter.around) @parameter.around)
@@ -63,7 +57,7 @@
(tuple_pattern
(_) @entry.around)
-; Commonly used vec macro initializer is special cased
+; Commonly used vec macro intializer is special cased
(macro_invocation
(identifier) @_id (token_tree (_) @entry.around)
(#eq? @_id "array"))