Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'runtime/queries/ruby/textobjects.scm')
| -rw-r--r-- | runtime/queries/ruby/textobjects.scm | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/runtime/queries/ruby/textobjects.scm b/runtime/queries/ruby/textobjects.scm index 123c5567..2d48fa6f 100644 --- a/runtime/queries/ruby/textobjects.scm +++ b/runtime/queries/ruby/textobjects.scm @@ -42,15 +42,3 @@ ; Comments (comment) @comment.inside (comment)+ @comment.around - -(pair - (_) @entry.inside) @entry.around - -(array - (_) @entry.around) - -(string_array - (_) @entry.around) - -(symbol_array - (_) @entry.around) |