mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
24 lines
388 B
Scheme
24 lines
388 B
Scheme
(lambda_expression
|
|
(label) @parameter.inside
|
|
(expression) @function.inside
|
|
) @function.around
|
|
|
|
(forall_expression
|
|
(label) @parameter.inside
|
|
(expression) @function.inside
|
|
) @function.around
|
|
|
|
(assert_expression
|
|
(expression) @test.inside
|
|
) @test.around
|
|
|
|
[
|
|
(block_comment_content)
|
|
(line_comment_content)
|
|
] @comment.inside
|
|
|
|
[
|
|
(block_comment)
|
|
(line_comment)
|
|
] @comment.around
|