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