Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/gdscript/textobjects.scm')
-rw-r--r--runtime/queries/gdscript/textobjects.scm11
1 files changed, 0 insertions, 11 deletions
diff --git a/runtime/queries/gdscript/textobjects.scm b/runtime/queries/gdscript/textobjects.scm
index 3a2775fe..08954468 100644
--- a/runtime/queries/gdscript/textobjects.scm
+++ b/runtime/queries/gdscript/textobjects.scm
@@ -5,8 +5,6 @@
(function_definition
(body) @function.inside) @function.around
-(lambda (body) @function.inside) @function.around
-
(parameters
[
(identifier)
@@ -15,14 +13,5 @@
(typed_default_parameter)
] @parameter.inside @parameter.around)
-(arguments (_expression) @parameter.inside @parameter.around)
-
-[
- (const_statement)
- (variable_statement)
- (pair)
- (enumerator)
-] @entry.around
-
(comment) @comment.inside
(comment)+ @comment.around