blob: 8a337c199f0ea7b4651a9bcafb0f76cd4798535a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
|
'<?xml version="1.0" encoding="iso-8859-1"?>' Comment.Preproc
'\n' Text
'<window' Name.Tag
'\n' Text
' ' Text
'xmlns=' Name.Attribute
'"http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"' Literal.String
'>' Name.Tag
'\n' Text
'#' Comment.Preproc
'if' Comment.Preproc
' ' Text
'defined' Keyword
'(' Punctuation
'__foo__' Name.Variable
')' Punctuation
'\n' Text
'<description' Name.Tag
' ' Text
'value=' Name.Attribute
'"Text"' Literal.String
' ' Text
'/>' Name.Tag
'\n' Text
'#' Comment.Preproc
'endif' Comment.Preproc
'\n' Text
'</window>' Name.Tag
'\n' Text
|