view nanorc.d/xml.nanorc @ 104:f2d500466492

Add initial CSS syntax highlighting
author IBBoard <dev@ibboard.co.uk>
date Tue, 03 Apr 2018 12:53:35 +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="\]\]>"