use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,19 @@
|
||||
url('foo.png')
|
||||
font-url('foo.ttf')
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["url", "url"],
|
||||
["punctuation", "("],
|
||||
["string", "'foo.png'"],
|
||||
["punctuation", ")"],
|
||||
["url", "font-url"],
|
||||
["punctuation", "("],
|
||||
["string", "'foo.ttf'"],
|
||||
["punctuation", ")"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for URLs.
|
Reference in New Issue
Block a user