view nanorc.d/xml.nanorc @ 154:99a7805cb924

Fix Ubuntu's alias shortcomings
author IBBoard <dev@ibboard.co.uk>
date Tue, 30 May 2023 15:20:24 +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="\]\]>"