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/examplefiles/xul+mozpreproc/demo.xul.in.output
2022-12-04 16:25:25 +01:00

35 lines
871 B
XML
Generated

'<?xml version="1.0" encoding="iso-8859-1"?>' Comment.Preproc
'\n' Text.Whitespace
'<window' Name.Tag
'\n' Text.Whitespace
' ' Text.Whitespace
'xmlns=' Name.Attribute
'"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"' Literal.String
'>' Name.Tag
'\n' Text.Whitespace
'#' Comment.Preproc
'if' Comment.Preproc
' ' Text
'defined' Keyword
'(' Punctuation
'__foo__' Name.Variable
')' Punctuation
'\n' Text
'<description' Name.Tag
' ' Text.Whitespace
'value=' Name.Attribute
'"Text"' Literal.String
' ' Text.Whitespace
'/>' Name.Tag
'\n' Text.Whitespace
'#' Comment.Preproc
'endif' Comment.Preproc
'\n' Text
'</window>' Name.Tag
'\n' Text.Whitespace