81d6d3ff0e
* bump tree-sitter-perl version need some grammar tweaks for the indent queries to function properly * add indent queries for perl * add textobject queries for perl
14 lines
332 B
Scheme
14 lines
332 B
Scheme
(subroutine_declaration_statement
|
|
body: (_) @function.inside) @function.around
|
|
(anonymous_subroutine_expression
|
|
body: (_) @function.inside) @function.around
|
|
|
|
(package_statement) @class.around
|
|
(package_statement
|
|
(block) @class.inside)
|
|
|
|
(list_expression
|
|
(_) @parameter.inside)
|
|
|
|
(comment) @comment.around
|
|
(pod) @comment.around
|