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