view nanorc.d/xml.nanorc @ 115:9996e1fc4d13

Add a more memorable 😱 shortcut
author IBBoard <dev@ibboard.co.uk>
date Mon, 09 Jul 2018 20:05:37 +0100
parents 767746af2cfe
children
line wrap: on
line source

syntax "xml" "\.(xml|svg)$"
comment "<!--|-->"

color brightblue start="<[a-zA-Z/]" end=">"
color red "&[^;[[:space:]]]*;"
color yellow ""[^"]*"" "'[^']*'"
color green start="<!--" end="-->"
color magenta start="<!\[CDATA\[" end="\]\]>"