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/urlencoded/example.txt
2023-07-01 01:44:51 +02:00

11 lines
227 B
Text

---input---
login=foo&password=12345
---tokens---
'login' Name.Tag
'=' Operator
'foo' Literal.String
'&' Punctuation
'password' Name.Tag
'=' Operator
'12345\n' Literal.String