1
0
mirror of https://github.com/helix-editor/helix synced 2024-11-10 10:34:45 +01:00
helix/runtime/queries/pest/textobjects.scm
2024-04-29 17:44:03 +02:00

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