5 lines
164 B
Scheme
5 lines
164 B
Scheme
|
; See: https://docs.helix-editor.com/guides/injection.html
|
||
|
|
||
|
((comment) @injection.content
|
||
|
(#set! injection.language "comment")
|
||
|
(#match? @injection.content "^//"))
|