15 lines
522 B
TeX
15 lines
522 B
TeX
|
|
||
|
% XML
|
||
|
\lstdefinelanguage{XML}{
|
||
|
morestring = [b]",
|
||
|
moredelim = [s][\bfseries\color{listing-keyword}]{<}{\ },
|
||
|
moredelim = [s][\bfseries\color{listing-keyword}]{</}{>},
|
||
|
moredelim = [l][\bfseries\color{listing-keyword}]{/>},
|
||
|
moredelim = [l][\bfseries\color{listing-keyword}]{>},
|
||
|
morecomment = [s]{<?}{?>},
|
||
|
morecomment = [s]{<!--}{-->},
|
||
|
commentstyle = \color{listing-comment},
|
||
|
stringstyle = \color{listing-string},
|
||
|
identifierstyle = \color{listing-identifier}
|
||
|
}
|