Add HTML injections for markdown (#20527)
Closes https://github.com/zed-industries/extensions/issues/1588. | Before | After | | --- | --- | |  |  | Release Notes: - Added HTML injections for markdown syntax highlighting
This commit is contained in:
parent
bd0f197415
commit
0e26d22fea
1 changed files with 3 additions and 0 deletions
|
@ -5,3 +5,6 @@
|
|||
|
||||
((inline) @content
|
||||
(#set! "language" "markdown-inline"))
|
||||
|
||||
((html_block) @content
|
||||
(#set! "language" "html"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue