## Here is an example for xml files. ## syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng|vue|mei|musicxml)$" header "<\?xml.*version=.*\?>" magic "(XML|SGML) (sub)?document" comment "" color white "^.+$" color green start="<" end=">" color cyan "<[^> ]+" color cyan ">" color yellow start="" color yellow start="" color red "&[^;]*;" ## Trailing spaces color ,green "[[:space:]]+$"