use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,29 @@
|
||||
---
|
||||
foo: ""
|
||||
bar: "fo\"obar"
|
||||
foo: ''
|
||||
bar: 'fo\'obar'
|
||||
foo: "foo" # bar
|
||||
bar: 'bar' # foo
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["punctuation", "---"],
|
||||
["key", "foo"], ["punctuation", ":"],
|
||||
["string", "\"\""],
|
||||
["key", "bar"], ["punctuation", ":"],
|
||||
["string", "\"fo\\\"obar\""],
|
||||
["key", "foo"], ["punctuation", ":"],
|
||||
["string", "''"],
|
||||
["key", "bar"], ["punctuation", ":"],
|
||||
["string", "'fo\\'obar'"],
|
||||
["key", "foo"], ["punctuation", ":"],
|
||||
["string", "\"foo\""], ["comment", "# bar"],
|
||||
["key", "bar"], ["punctuation", ":"],
|
||||
["string", "'bar'"], ["comment", "# foo"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for strings.
|
Reference in New Issue
Block a user