mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
15 lines
390 B
Plaintext
15 lines
390 B
Plaintext
|
---input---
|
||
|
f"input={value:#06x}"
|
||
|
|
||
|
---tokens---
|
||
|
'f' Literal.String.Affix
|
||
|
'"' Literal.String.Double
|
||
|
'input=' Literal.String.Double
|
||
|
'{' Literal.String.Interpol
|
||
|
'value' Name
|
||
|
':' Literal.String.Interpol
|
||
|
'#06x' Literal.String.Double
|
||
|
'}' Literal.String.Interpol
|
||
|
'"' Literal.String.Double
|
||
|
'\n' Text.Whitespace
|