mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 08:41:40 +01:00
15 lines
240 B
Scheme
15 lines
240 B
Scheme
(function_declaration
|
|
body: (_) @function.inside) @function.around
|
|
|
|
(struct_declaration) @class.around
|
|
|
|
[
|
|
(struct_member)
|
|
(parameter)
|
|
(variable_declaration)
|
|
] @parameter.around
|
|
|
|
(comment) @comment.inside
|
|
|
|
(comment)+ @comment.around
|