mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-05 07:42:29 +00:00
12 lines
232 B
Plaintext
12 lines
232 B
Plaintext
---input---
|
|
|{:a 1}
|
|
|
|
---tokens---
|
|
'|' Operator
|
|
'{' Punctuation
|
|
':a' Name.Constant
|
|
' ' Text.Whitespace
|
|
'1' Literal.Number.Float
|
|
'}' Punctuation
|
|
'\n' Text.Whitespace
|