use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,16 @@
|
||||
<!---->
|
||||
<!-- foo bar -->
|
||||
<!-- foo bar
|
||||
baz -->
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["comment", "<!---->"],
|
||||
["comment", "<!-- foo bar -->"],
|
||||
["comment", "<!-- foo bar\r\nbaz -->"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for empty comment, single-line comment and multi-line comment.
|
Reference in New Issue
Block a user