mirror of
https://github.com/helix-editor/helix
synced 2026-05-04 17:40:38 +02: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))
|