view nanorc.d/xml.nanorc @ 161:912d1c33382f

Handle missing files in Mercurial state check
author IBBoard <dev@ibboard.co.uk>
date Sun, 12 Nov 2023 09:04:12 +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="\]\]>"