helix-mods/runtime/queries/markdown/injections.scm
2021-12-15 18:03:02 +09:00

9 lines
235 B
Scheme

(fenced_code_block
(info_string) @injection.language
(code_fence_content) @injection.content)
((html_block) @injection.content
(#set! injection.language "html"))
((html_tag) @injection.content
(#set! injection.language "html"))