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