mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
332 B
Scheme
15 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
|