blob: 79cb6b420c3743749779f6f68a9c7140e46e09b8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
---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
|