You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
helix-plus/runtime/queries/dhall/textobjects.scm

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