summaryrefslogtreecommitdiff
path: root/doc/syntax/xml.nanorc
blob: 69982ea86678b77cf4a64cf23ec6587573059d48 (plain)
1
2
3
4
5
6
7
8
9
10
11
## Here is an example for XML files.

syntax "xml" "\.([jrs]html?|sgml?|xml|xslt?)$"
magic "(XML|SGML) (sub)?document text"

color green  start="<" end=">"
color cyan   "<[^> ]+"
color cyan   ">"
color yellow start="<!DOCTYPE" end="[/]?>"
color yellow start="<!--" end="-->"
color red    "&[^;]*;"