mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-07 04:47:45 +03:00
Add comment textobject for surround selection and navigation (#1605)
This commit is contained in:
parent
7633c5acd3
commit
9bfb0caf1b
17 changed files with 95 additions and 0 deletions
|
@ -7,3 +7,10 @@
|
|||
;----------
|
||||
|
||||
(function body: (_) @function.inside) @function.around
|
||||
|
||||
; Comments
|
||||
;---------
|
||||
|
||||
(comment) @comment.inside
|
||||
|
||||
(comment)+ @comment.around
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue