Add textobject for entries/elements of list-like things (#8150)

This commit is contained in:
Daniel S Poulin 2024-03-31 12:53:15 -04:00 committed by GitHub
parent 47ef9f0ca2
commit 1abb64e48d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
17 changed files with 145 additions and 3 deletions

View file

@ -36,3 +36,9 @@
(line_comment)+ @comment.around
(block_comment) @comment.around
(array_initializer
(_) @entry.around)
(enum_body
(enum_constant) @entry.around)