mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
11 lines
199 B
Plaintext
11 lines
199 B
Plaintext
---input---
|
|
'x ': '[]
|
|
|
|
---tokens---
|
|
"'x" Name
|
|
' ' Text.Whitespace
|
|
"':" Keyword.Type
|
|
' ' Text.Whitespace
|
|
"'[]" Keyword.Type
|
|
'\n' Text.Whitespace
|