use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,15 @@
|
||||
---
|
||||
foo: 4
|
||||
FooBar : 5
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["punctuation", "---"],
|
||||
["key", "foo"], ["punctuation", ":"], ["number", "4"],
|
||||
["key", "FooBar"], ["punctuation", ":"], ["number", "5"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for keys.
|
Reference in New Issue
Block a user