18 lines
369 B
Plaintext
Raw Permalink Normal View History

2018-12-19 14:09:39 +08:00
""
"fo\"obar"
'turkey
(define a 'foo)
----------------------------------------------------
[
["string", "\"\""],
["string", "\"fo\\\"obar\""],
["string", "'turkey"],
["punctuation", "("], ["keyword", "define"], " a ", ["string","'foo"], ["punctuation",")"]
]
----------------------------------------------------
Checks for strings and symbols.