mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
24 lines
431 B
Scheme
24 lines
431 B
Scheme
(class_declaration
|
|
body: (_) @class.inside) @class.around
|
|
|
|
(protocol_declaration
|
|
body: (_) @class.inside) @class.around
|
|
|
|
(function_declaration
|
|
body: (_) @function.inside) @function.around
|
|
|
|
(parameter
|
|
(_) @parameter.inside) @parameter.around
|
|
|
|
(lambda_parameter
|
|
(_) @parameter.inside) @parameter.around
|
|
|
|
[
|
|
(comment)
|
|
(multiline_comment)
|
|
] @comment.inside
|
|
|
|
(comment)+ @comment.around
|
|
|
|
(multiline_comment) @comment.around
|