use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,17 @@
|
||||
:sass
|
||||
@extend .foo;
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["filter-sass", [
|
||||
["filter-name", ":sass"],
|
||||
["keyword", "@extend"],
|
||||
" .foo",
|
||||
["punctuation", ";"]
|
||||
]]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for sass filter (Scss) in Jade.
|
Reference in New Issue
Block a user