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