use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
$f
|
||||
$foo
|
||||
$foobar_42
|
||||
$$bar
|
||||
${$foo}
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["variable", "$f"],
|
||||
["variable", "$foo"],
|
||||
["variable", "$foobar_42"],
|
||||
["variable", "$$bar"],
|
||||
["variable", "$"], ["punctuation", "{"], ["variable", "$foo"], ["punctuation", "}"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for variables.
|
Reference in New Issue
Block a user