mirror of
https://github.com/helix-editor/helix
synced 2026-03-27 15:31:58 +01:00
[styx](https://styx.bearcove.eu/) is a document language. tree-sitter queries are based on the ones provided by the language project itself and then modified and extended to work with Helix.
7 lines
159 B
Scheme
7 lines
159 B
Scheme
[(line_comment) (doc_comment)] @comment.inside
|
|
|
|
(line_comment)+ @comment.around
|
|
(doc_comment)+ @comment.around
|
|
|
|
(entry value: (_) @entry.inside) @entry.around
|