Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/ecma/textobjects.scm')
| -rw-r--r-- | runtime/queries/ecma/textobjects.scm | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/runtime/queries/ecma/textobjects.scm b/runtime/queries/ecma/textobjects.scm index 08c0307b..c80dc81b 100644 --- a/runtime/queries/ecma/textobjects.scm +++ b/runtime/queries/ecma/textobjects.scm @@ -1,7 +1,7 @@ (function_declaration body: (_) @function.inside) @function.around -(function_expression +(function body: (_) @function.inside) @function.around (arrow_function @@ -34,12 +34,3 @@ (comment) @comment.inside (comment)+ @comment.around - -(array - (_) @entry.around) - -(pair - (_) @entry.inside) @entry.around - -(pair_pattern - (_) @entry.inside) @entry.around |