mirror of
https://github.com/ralsina/tartrazine.git
synced 2024-11-10 13:32:24 +00:00
15 lines
383 B
Plaintext
15 lines
383 B
Plaintext
|
---input---
|
||
|
fr"{header}:\s+"
|
||
|
|
||
|
---tokens---
|
||
|
'fr' Literal.String.Affix
|
||
|
'"' Literal.String.Double
|
||
|
'{' Literal.String.Interpol
|
||
|
'header' Name
|
||
|
'}' Literal.String.Interpol
|
||
|
':' Literal.String.Double
|
||
|
'\\' Literal.String.Double
|
||
|
's+' Literal.String.Double
|
||
|
'"' Literal.String.Double
|
||
|
'\n' Text.Whitespace
|