mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
7af37bb3b9
This implements function, (calling) argument and comment captures for use in the textobject selections in bash. This also updates the generated docs after adding the textobjects for bash.
10 lines
168 B
Scheme
10 lines
168 B
Scheme
(function_definition
|
|
body: (_) @function.inside) @function.around
|
|
|
|
(command
|
|
argument: (_) @parameter.inside)
|
|
|
|
(comment) @comment.inside
|
|
|
|
(comment)+ @comment.around
|