mirror of
https://github.com/helix-editor/helix.git
synced 2025-04-05 11:57:43 +03:00
23 lines
388 B
Scheme
23 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
|