mirror of
https://github.com/helix-editor/helix
synced 2026-01-26 05:38:09 +01:00
8 lines
226 B
Scheme
8 lines
226 B
Scheme
((comment) @injection.content
|
|
(#set! injection.language "comment"))
|
|
|
|
; Inject markdown into documentation comments
|
|
((doc_comment_content) @injection.content
|
|
(#set! injection.language "markdown")
|
|
(#set! injection.combined))
|