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
7 lines
222 B
Scheme
7 lines
222 B
Scheme
((line_comment) @injection.content
|
|
(#set! injection.language "comment")
|
|
(#set! injection.include-children))
|
|
|
|
((block_comment) @injection.content
|
|
(#set! injection.language "comment")
|
|
(#set! injection.include-children))
|