mirror of https://github.com/helix-editor/helix
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
216 B
Scheme
9 lines
216 B
Scheme
6 months ago
|
(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
|