1
2Description="XML"
3
4Categories = {"config", "protocol"}
5
6
7Keywords={
8  { Id=1,
9    Regex=[[<[!?]?(?!\-\-)\/?[\w\:\-]+>?|[/?]?>]],
10    Group=0,
11  },
12  { Id=2,
13    Regex=[[([-\w]+)="]],
14  },
15  { Id=4,
16    Regex=[[\&\#?\w+;]],
17  },
18}
19
20Strings={
21  Delimiter=[["]],
22  Escape=[[\A(?!x)x]]
23  -- see http://stackoverflow.com/questions/1723182/a-regex-that-will-never-be-matched-by-anything
24}
25
26Comments={
27  { Block=true,
28    Nested=false,
29    Delimiter= { [[<!\-\-]],[[\-\->]] }
30  }
31}
32
33
34IgnoreCase=true
35
36