use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,21 @@
|
||||
""
|
||||
"fo\"o"
|
||||
''
|
||||
'fo\'o'
|
||||
``
|
||||
`fo\`o`
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["string", "\"\""],
|
||||
["string", "\"fo\\\"o\""],
|
||||
["string", "''"],
|
||||
["string", "'fo\\'o'"],
|
||||
["string", "``"],
|
||||
["string", "`fo\\`o`"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for strings.
|
Reference in New Issue
Block a user