mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
13 lines
273 B
Plaintext
13 lines
273 B
Plaintext
---input---
|
|
[:alice :bob :carol]
|
|
|
|
---tokens---
|
|
'[' Punctuation
|
|
':alice' Name.Constant
|
|
' ' Text.Whitespace
|
|
':bob' Name.Constant
|
|
' ' Text.Whitespace
|
|
':carol' Name.Constant
|
|
']' Punctuation
|
|
'\n' Text.Whitespace
|