use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
/**/
|
||||
/* Single line comment */
|
||||
/* Multiline
|
||||
comment */
|
||||
/**
|
||||
Doc comment
|
||||
*/
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["comment", "/**/"],
|
||||
["comment", "/* Single line comment */"],
|
||||
["comment", "/* Multiline\r\ncomment */"],
|
||||
["comment", "/**\r\nDoc comment\r\n*/"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for comments.
|
Reference in New Issue
Block a user