mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
13 lines
286 B
Plaintext
13 lines
286 B
Plaintext
---input---
|
|
key = doubleword\ value
|
|
|
|
---tokens---
|
|
'key' Name.Attribute
|
|
' ' Text.Whitespace
|
|
'=' Operator
|
|
' ' Text.Whitespace
|
|
'doubleword' Literal.String
|
|
'\\ ' Literal.String.Escape
|
|
'value' Literal.String
|
|
'\n' Text.Whitespace
|