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