Skip to content

Commit

Permalink
add html tags highlight inside <style|script|pre>
Browse files Browse the repository at this point in the history
  • Loading branch information
mkslanc committed Mar 6, 2024
1 parent b65cdc3 commit 13d24d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/mode/markdown_highlight_rules.js
Original file line number Diff line number Diff line change
Expand Up @@ -1119,6 +1119,8 @@ var MarkdownHighlightRules = function () {
}
return scope.get(this.token);
}
}, {
include: "html"
}
],
"attribute_value": [
Expand Down

0 comments on commit 13d24d4

Please sign in to comment.