helix-mods/runtime/queries/pest/textobjects.scm
2024-04-29 17:44:03 +02:00

8 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