Skip to content

Commit 13d24d4

Browse files
committed
add html tags highlight inside <style|script|pre>
1 parent b65cdc3 commit 13d24d4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/mode/markdown_highlight_rules.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1119,6 +1119,8 @@ var MarkdownHighlightRules = function () {
11191119
}
11201120
return scope.get(this.token);
11211121
}
1122+
}, {
1123+
include: "html"
11221124
}
11231125
],
11241126
"attribute_value": [

0 commit comments

Comments
 (0)