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.scm | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/runtime/queries/gdscript/textobjects.scm b/runtime/queries/gdscript/textobjects.scm index 3a2775fe..47512bba 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) @@ -17,12 +15,5 @@ (arguments (_expression) @parameter.inside @parameter.around) -[ - (const_statement) - (variable_statement) - (pair) - (enumerator) -] @entry.around - (comment) @comment.inside (comment)+ @comment.around |