mirror of
https://github.com/realAscot/helix.git
synced 2025-09-15 04:33:04 +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
|