This repository has been archived on 2024-06-20. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
coffee.pygments/tests/snippets/prql/fstring.txt
2023-09-15 22:28:29 +02:00

13 lines
356 B
Text

---input---
f"Hello {name}!"
---tokens---
'f' Literal.String.Affix
'"' Literal.String.Double
'Hello ' Literal.String.Double
'{' Literal.String.Interpol
'name' Name.Variable
'}' Literal.String.Interpol
'!' Literal.String.Double
'"' Literal.String.Double
'\n' Text.Whitespace