mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
14 lines
287 B
Plaintext
14 lines
287 B
Plaintext
---input---
|
|
'(:a :b :c)
|
|
|
|
---tokens---
|
|
"'" Operator
|
|
'(' Punctuation
|
|
':a' Name.Constant
|
|
' ' Text.Whitespace
|
|
':b' Name.Constant
|
|
' ' Text.Whitespace
|
|
':c' Name.Constant
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|