Skip to content

Commit 2a5abc3

Browse files
committed
[htmlmixed mode] Fix example on demo page
1 parent 990634f commit 2a5abc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mode/htmlmixed/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ <h1>Mixed HTML Example</h1>
8787
<pre>var myModeSpec = {
8888
name: "htmlmixed",
8989
tags: {
90-
style: [["type", /^text/(x-)?scss$/, "text/x-scss"],
90+
style: [["type", /^text\/(x-)?scss$/, "text/x-scss"],
9191
[null, null, "css"]],
9292
custom: [[null, null, "customMode"]]
9393
}

0 commit comments

Comments
 (0)