1
0
mirror of https://github.com/helix-editor/helix synced 2026-03-11 22:38:26 +01:00
helix/runtime/queries/gotmpl/injections.scm

6 lines
160 B
Scheme

((comment) @injection.content
(#set! injection.language "comment"))
((text) @injection.content
(#set! injection.language "html")
(#set! injection.combined))