mirror of
https://github.com/helix-editor/helix
synced 2026-08-12 17:00:24 +02:00
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
|