Files
helix/runtime/queries/scheme/textobjects.scm
may 8f2af68b30 scheme: add block comment token, textobjects.scm (#14408)
* lang(scheme): add block comment token

* queries(scheme): add comment text objects

* chore: run cargo xtask docgen
2025-09-10 08:26:27 -05:00

8 lines
110 B
Scheme

[
(comment)
(block_comment)
] @comment.inside
(comment)+ @comment.around
(block_comment) @comment.around