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