10 lines
260 B
Plaintext
10 lines
260 B
Plaintext
|
## Here is an example for xml files.
|
||
|
##
|
||
|
syntax "xml" "\.([jrs]html?|sgml?|xml|xslt?)$"
|
||
|
color green start="<" end=">"
|
||
|
color cyan "<[^> ]+"
|
||
|
color cyan ">"
|
||
|
color yellow start="<!DOCTYPE" end="[/]?>"
|
||
|
color yellow start="<!--" end="-->"
|
||
|
color red "&[^;]*;"
|