neovim/runtime/queries/markdown_inline/injections.scm

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

8 lines
207 B
Scheme
Raw Normal View History

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