mirror of
https://github.com/helix-editor/helix.git
synced 2025-10-06 00:13:28 +02:00
* lang(scheme): add block comment token * queries(scheme): add comment text objects * chore: run cargo xtask docgen
8 lines
110 B
Scheme
8 lines
110 B
Scheme
[
|
|
(comment)
|
|
(block_comment)
|
|
] @comment.inside
|
|
|
|
(comment)+ @comment.around
|
|
(block_comment) @comment.around
|