mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 05:22:23 +00:00
17 lines
413 B
Plaintext
17 lines
413 B
Plaintext
---input---
|
|
@[FOO::Bar::Baz(opt: "xx")]
|
|
|
|
---tokens---
|
|
'@[' Operator
|
|
'FOO::Bar::Baz' Name.Decorator
|
|
'(' Punctuation
|
|
'opt' Literal.String.Symbol
|
|
':' Punctuation
|
|
' ' Text.Whitespace
|
|
'"' Literal.String.Double
|
|
'xx' Literal.String.Double
|
|
'"' Literal.String.Double
|
|
')' Punctuation
|
|
']' Operator
|
|
'\n' Text.Whitespace
|