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

10 lines
272 B
Scheme
Raw Normal View History

2021-12-15 10:03:02 +01:00
(fenced_code_block
(info_string) @injection.language
(code_fence_content) @injection.content
(#set! injection.include-children))
2021-12-15 10:03:02 +01:00
((html_block) @injection.content
(#set! injection.language "html"))
((html_tag) @injection.content
(#set! injection.language "html"))