Add Nano tool - user-friendly text editor
[tomato.git] / release / src / router / nano / doc / syntax / xml.nanorc
blob1f68c05341ad8496502a18f59ec92b18f39b8c3c
1 ## Here is an example for xml files.
2 ##
3 syntax "xml" "\.([jrs]html?|sgml?|xml|xslt?)$"
4 color green  start="<" end=">"
5 color cyan   "<[^> ]+"
6 color cyan   ">"
7 color yellow start="<!DOCTYPE" end="[/]?>"
8 color yellow start="<!--" end="-->"
9 color red    "&[^;]*;"