use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
:less
|
||||
@foo: #123;
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["filter-less", [
|
||||
["filter-name", ":less"],
|
||||
["variable", [
|
||||
"@foo",
|
||||
["punctuation", ":"]
|
||||
]],
|
||||
" #123",
|
||||
["punctuation", ";"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for less filter in Jade.
|
Reference in New Issue
Block a user