Add injections query for markdown
This commit is contained in:
parent
40969ad452
commit
ac4b72fcc8
1 changed files with 8 additions and 0 deletions
|
@ -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"))
|
Loading…
Reference in a new issue