mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
16 lines
324 B
Scheme
16 lines
324 B
Scheme
[
|
|
(comment)+
|
|
(header_comment)+
|
|
] @comment.around
|
|
[
|
|
(comment)
|
|
(header_comment)
|
|
] @comment.inside
|
|
(formal_arguments) @parameter.around
|
|
(entity_declaration_group) @parameter.inside
|
|
(attribute_or_routine) @function.around
|
|
(feature_body) @function.inside
|
|
(class_declaration) @class.around
|
|
(feature_clause) @class.inside
|
|
|