use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
(true)
|
||||
(false)
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["expression", [
|
||||
["punctuation", "("],
|
||||
["boolean", "true"],
|
||||
["punctuation", ")"]
|
||||
]],
|
||||
["expression", [
|
||||
["punctuation", "("],
|
||||
["boolean", "false"],
|
||||
["punctuation", ")"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for booleans inside expressions.
|
Reference in New Issue
Block a user