helix-mods/runtime/queries/markdown.inline/injections.scm

8 lines
259 B
Scheme
Raw Permalink Normal View History

((html_tag) @injection.content
(#set! injection.language "html")
(#set! injection.include-unnamed-children)
(#set! injection.combined))
((latex_block) @injection.content (#set! injection.language "latex") (#set! injection.include-unnamed-children))