Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
Pygments / tests / snippets / http / test_application_xml.txt
Size: Mime:
---input---
GET / HTTP/1.0
Content-Type: application/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/xml' Literal
'\n'          Text

'\n'          Text

'<foo'        Name.Tag
'>'           Name.Tag
'\n'          Text