mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-06 20:37:44 +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
|
@ -1,3 +1,12 @@
|
|||
(basic_block) @function.around
|
||||
|
||||
(argument) @parameter.inside
|
||||
|
||||
[
|
||||
(comment)
|
||||
(multiline_comment)
|
||||
] @comment.inside
|
||||
|
||||
(comment)+ @comment.around
|
||||
|
||||
(multiline_comment) @comment.around
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue