view nanorc.d/xml.nanorc @ 153:078d269af1ca

Remove "quiet" in Nano since it is noisy Versions have updated enough that the server isn't noisy and the desktop *is* noisy because "quiet" has gone!
author IBBoard <dev@ibboard.co.uk>
date Tue, 11 Jan 2022 21:01:39 +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="\]\]>"