mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-23 01:46:18 +04:00
8 lines
220 B
Scheme
8 lines
220 B
Scheme
|
; See: https://docs.helix-editor.com/guides/injection.html
|
||
|
|
||
|
((singleline_comment) @injection.content
|
||
|
(#set! injection.language "comment"))
|
||
|
|
||
|
((multiline_comment) @injection.content
|
||
|
(#set! injection.language "comment"))
|