mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 17:36:19 +04:00
d1054de3ce
Re-submitting
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 "^//")) |