use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
font-weight:
|
||||
@{foobar} :
|
||||
background-@{foo}:
|
||||
box-shadow+:
|
||||
transform+_:
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["property", "font-weight"], ["punctuation", ":"],
|
||||
["property", "@{foobar}"], ["punctuation", ":"],
|
||||
["property", "background-@{foo}"], ["punctuation", ":"],
|
||||
["property", "box-shadow+"], ["punctuation", ":"],
|
||||
["property", "transform+_"], ["punctuation", ":"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for properties.
|
Reference in New Issue
Block a user