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/http/test_application_calendar_xml.txt
2022-12-04 16:25:25 +01:00

28 lines
527 B
Text

---input---
GET / HTTP/1.0
Content-Type: application/calendar+xml
<foo>
---tokens---
'GET' Name.Function
' ' Text
'/' Name.Namespace
' ' Text
'HTTP' Keyword.Reserved
'/' Operator
'1.0' Literal.Number
'\n' Text
'Content-Type' Name.Attribute
'' Text
':' Operator
' ' Text
'application/calendar+xml' Literal
'\n' Text
'\n' Text
'<foo' Name.Tag
'>' Name.Tag
'\n' Text.Whitespace