1
0
mirror of https://github.com/helix-editor/helix synced 2026-05-04 17:40:38 +02:00
Files
helix/runtime/queries/gleam/injections.scm
2025-06-21 12:24:19 -05:00

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))