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