use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,34 @@
|
||||
""
|
||||
"fo%"o"
|
||||
"foo%
|
||||
%bar"
|
||||
|
||||
"[]"
|
||||
"[fo"o
|
||||
bar]"
|
||||
"!-[fo"o[]
|
||||
bar]!-"
|
||||
"{}"
|
||||
"{fo"o
|
||||
bar}"
|
||||
"*?{fo"o{}
|
||||
bar}*?"
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["string", "\"\""],
|
||||
["string", "\"fo%\"o\""],
|
||||
["string", "\"foo%\r\n%bar\""],
|
||||
|
||||
["string", "\"[]\""],
|
||||
["string", "\"[fo\"o\r\nbar]\""],
|
||||
["string", "\"!-[fo\"o[]\r\nbar]!-\""],
|
||||
["string", "\"{}\""],
|
||||
["string", "\"{fo\"o\r\nbar}\""],
|
||||
["string", "\"*?{fo\"o{}\r\nbar}*?\""]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for strings, multi-line strings, and aligned and non aligned verbatim strings.
|
Reference in New Issue
Block a user