Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/lua/textobjects.scm')
| -rw-r--r-- | runtime/queries/lua/textobjects.scm | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/runtime/queries/lua/textobjects.scm b/runtime/queries/lua/textobjects.scm deleted file mode 100644 index 305c3ae7..00000000 --- a/runtime/queries/lua/textobjects.scm +++ /dev/null @@ -1,18 +0,0 @@ -(function_definition - body: (_) @function.inside) @function.around - -(function_declaration - body: (_) @function.inside) @function.around - -(parameters - ((_) @parameter.inside . ","? @parameter.around) @parameter.around) - -(arguments - ((_) @parameter.inside . ","? @parameter.around) @parameter.around) - -(comment) @comment.inside - -(comment)+ @comment.around - -(table_constructor - (field (_) @entry.inside) @entry.around) |