mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-28 04:13:29 +04:00
8 lines
222 B
Scheme
8 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))
|