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