use prism-tomorrow.css
This commit is contained in:
@ -0,0 +1,36 @@
|
||||
""
|
||||
"Fo\"obar"
|
||||
"Foo\
|
||||
bar\z
|
||||
baz"
|
||||
''
|
||||
'Fo\'obar'
|
||||
'Foo\
|
||||
bar\z
|
||||
baz'
|
||||
[[Foo
|
||||
bar]]
|
||||
[====[Foo
|
||||
bar]=====] ]===]
|
||||
baz]====]
|
||||
[====[Foo
|
||||
-- comment
|
||||
baz]====]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
[
|
||||
["string", "\"\""],
|
||||
["string", "\"Fo\\\"obar\""],
|
||||
["string", "\"Foo\\\r\nbar\\z\r\nbaz\""],
|
||||
["string", "''"],
|
||||
["string", "'Fo\\'obar'"],
|
||||
["string", "'Foo\\\r\nbar\\z\r\nbaz'"],
|
||||
["string", "[[Foo\r\nbar]]"],
|
||||
["string", "[====[Foo\r\nbar]=====] ]===]\r\nbaz]====]"],
|
||||
["string", "[====[Foo\r\n-- comment\r\nbaz]====]"]
|
||||
]
|
||||
|
||||
----------------------------------------------------
|
||||
|
||||
Checks for strings.
|
Reference in New Issue
Block a user