use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
a = true
|
||||
b = false
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["variable-declaration", [
|
||||
["variable", "a"],
|
||||
["operator", "="],
|
||||
["boolean", "true"]
|
||||
]],
|
||||
["variable-declaration", [
|
||||
["variable", "b"],
|
||||
["operator", "="],
|
||||
["boolean", "false"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for booleans.
|
Reference in New Issue
Block a user