mirror of
https://github.com/helix-editor/helix
synced 2026-05-04 05:30:40 +02:00
e50e8a3638
Co-authored-by: Alessandro Schena <alessandro.schena@constructor.org>
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
|
|
|