crates/languages/src/markdown/injections.scm 🔗
@@ -5,3 +5,6 @@
((inline) @content
(#set! "language" "markdown-inline"))
+
+((html_block) @content
+ (#set! "language" "html"))
uncenter created
Closes https://github.com/zed-industries/extensions/issues/1588.
| Before | After |
| --- | --- |
| 
| 
|
Release Notes:
- Added HTML injections for markdown syntax highlighting
crates/languages/src/markdown/injections.scm | 3 +++
1 file changed, 3 insertions(+)
@@ -5,3 +5,6 @@
((inline) @content
(#set! "language" "markdown-inline"))
+
+((html_block) @content
+ (#set! "language" "html"))