mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
13 lines
277 B
Plaintext
13 lines
277 B
Plaintext
---input---
|
|
@(:hello :there :friend)
|
|
|
|
---tokens---
|
|
'@(' Punctuation
|
|
':hello' Name.Constant
|
|
' ' Text.Whitespace
|
|
':there' Name.Constant
|
|
' ' Text.Whitespace
|
|
':friend' Name.Constant
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|