mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
16 lines
360 B
Plaintext
16 lines
360 B
Plaintext
---input---
|
|
@STRING(SCI = "Science")
|
|
|
|
---tokens---
|
|
'@STRING' Name.Class
|
|
'(' Punctuation
|
|
'SCI' Name.Attribute
|
|
' ' Text.Whitespace
|
|
'=' Punctuation
|
|
' ' Text.Whitespace
|
|
'"' Literal.String
|
|
'Science' Literal.String
|
|
'"' Literal.String
|
|
')' Punctuation
|
|
'\n' Text.Whitespace
|