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

8 lines
259 B
Scheme
Raw Normal View History

2024-09-13 13:28:20 -05:00
((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))