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.
9 lines
168 B
Scheme
9 lines
168 B
Scheme
(function_definition
|
|
body: (_) @function.inside) @function.around
|
|
|
|
(command
|
|
argument: (_) @parameter.inside)
|
|
|
|
(comment) @comment.inside
|
|
|
|
(comment)+ @comment.around
|