view nanorc.d/xml.nanorc @ 165:03886f17beef

Fix warnings about bad regex escaping in prompt
author IBBoard <dev@ibboard.co.uk>
date Fri, 30 Aug 2024 16:12:04 +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="\]\]>"