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