mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
18 lines
331 B
Plaintext
18 lines
331 B
Plaintext
---input---
|
|
{
|
|
"tabs": "here",
|
|
}
|
|
|
|
---tokens---
|
|
'{' Punctuation
|
|
'\n\t' Text.Whitespace
|
|
'"tabs"' Name.Tag
|
|
':' Punctuation
|
|
' ' Text.Whitespace
|
|
'"here"' Literal.String.Double
|
|
',' Punctuation
|
|
'\n' Text.Whitespace
|
|
|
|
'}' Punctuation
|
|
'\n' Text.Whitespace
|