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/runtime/queries/pest/textobjects.scm

9 lines
216 B
Scheme

(grammar_rule (_) @class.inside) @class.around
(term (_) @entry.inside) @entry.around
(line_comment) @comment.inside
(line_comment)+ @comment.around
(block_comment) @comment.inside
(block_comment)+ @comment.around