mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
Add textobject for entries/elements of list-like things (#8150)
This commit is contained in:
parent
47ef9f0ca2
commit
1abb64e48d
17 changed files with 145 additions and 3 deletions
|
@ -42,3 +42,15 @@
|
|||
; Comments
|
||||
(comment) @comment.inside
|
||||
(comment)+ @comment.around
|
||||
|
||||
(pair
|
||||
(_) @entry.inside) @entry.around
|
||||
|
||||
(array
|
||||
(_) @entry.around)
|
||||
|
||||
(string_array
|
||||
(_) @entry.around)
|
||||
|
||||
(symbol_array
|
||||
(_) @entry.around)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue