724a96abc8
Support [pest-parser](https://github.com/pest-parser) - [pest-language-server](https://github.com/pest-parser/pest-ide-tools) - [tree-sitter-pest](https://github.com/pest-parser/tree-sitter-pest) close #7878
8 lines
216 B
Scheme
8 lines
216 B
Scheme
(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
|