use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
%%
|
||||
foo: 'foo' "foo";
|
||||
bar: '\'' "\"";
|
||||
%%
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["bison", [
|
||||
["punctuation", "%%"],
|
||||
["property", "foo"], ["punctuation", ":"],
|
||||
["string", "'foo'"], ["string", "\"foo\""], ["punctuation", ";"],
|
||||
["property", "bar"], ["punctuation", ":"],
|
||||
["string", "'\\''"], ["string", "\"\\\"\""], ["punctuation", ";"],
|
||||
["punctuation", "%%"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for strings.
|
Reference in New Issue
Block a user