mirror of https://github.com/helix-editor/helix
Add injections query for markdown
parent
40969ad452
commit
ac4b72fcc8
@ -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 New Issue