view nanorc.d/xml.nanorc @ 123:513dbd770bef

Mark GOG "bin" files as binary, not Sega disk image
author IBBoard <dev@ibboard.co.uk>
date Wed, 26 Dec 2018 19:40:46 +0000
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="\]\]>"