---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
