use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
---
|
||||
foo: null
|
||||
bar: ~
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["punctuation", "---"],
|
||||
["key", "foo"], ["punctuation", ":"],
|
||||
["null", "null"],
|
||||
["key", "bar"], ["punctuation", ":"],
|
||||
["null", "~"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for null and ~.
|
Reference in New Issue
Block a user