view nanorc.d/xml.nanorc @ 116:d2c73b0b5c36

Add a combining underline Used (imperfectly) in https://twitter.com/IBBoard/status/1004067517751549957
author IBBoard <dev@ibboard.co.uk>
date Mon, 09 Jul 2018 20:08:20 +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="\]\]>"