Add injections query for markdown

This commit is contained in:
Blaž Hrastnik 2021-12-15 18:03:02 +09:00
parent 40969ad452
commit ac4b72fcc8

View file

@ -0,0 +1,8 @@
(fenced_code_block
(info_string) @injection.language
(code_fence_content) @injection.content)
((html_block) @injection.content
(#set! injection.language "html"))
((html_tag) @injection.content
(#set! injection.language "html"))