10 lines
199 B
Text
10 lines
199 B
Text
---input---
|
|
'x ': '[]
|
|
|
|
---tokens---
|
|
"'x" Name
|
|
' ' Text.Whitespace
|
|
"':" Keyword.Type
|
|
' ' Text.Whitespace
|
|
"'[]" Keyword.Type
|
|
'\n' Text.Whitespace
|