Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/wren/textobjects.scm')
| -rw-r--r-- | runtime/queries/wren/textobjects.scm | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/runtime/queries/wren/textobjects.scm b/runtime/queries/wren/textobjects.scm deleted file mode 100644 index 486b5b48..00000000 --- a/runtime/queries/wren/textobjects.scm +++ /dev/null @@ -1,16 +0,0 @@ -(class_definition - (class_body) @class.inside) @class.around - -(call_expression - (call_body - (_) @function.inside) @function.around) - -(method_definition - body: (_) @function.inside) @function.around - -(parameter_list - ((_) @parameter.inside . ","? @parameter.around) @parameter.around) - -(comment) @comment.inside - -(comment)+ @comment.around |