mirror of
https://github.com/helix-editor/helix
synced 2026-03-07 20:46:21 +01: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
|