use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
* foobar;
|
||||
foo; * foobar;
|
||||
/* foo
|
||||
bar */
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["comment", "* foobar;"],
|
||||
"\r\nfoo", ["punctuation", ";"],
|
||||
["comment", "* foobar;"],
|
||||
["comment", "/* foo\r\nbar */"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for comments.
|
Reference in New Issue
Block a user