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