This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / xml.nanorc
1 ## Here is an example for xml files.
2 ##
3
4 syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng)$"
5 header "<\?xml.*version=.*\?>"
6 magic "(XML|SGML) (sub)?document"
7 comment "<!--|-->"
8 color white "^.+$"
9 color green  start="<" end=">"
10 color cyan   "<[^> ]+"
11 color cyan   ">"
12 color yellow start="<!DOCTYPE" end="[/]?>"
13 color yellow start="<!--" end="-->"
14 color red    "&[^;]*;"
15
16 ## Trailing spaces
17 color ,green "[[:space:]]+$"