helix/runtime/queries/markdown.inline/injections.scm
2024-09-13 13:28:20 -05:00

8 lines
259 B
Scheme

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