micro/syntax_files/xml.micro

12 lines
263 B
Text
Raw Normal View History

2016-03-21 16:16:02 +00:00
## Here is an example for xml files.
##
syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng)$"
color white "^.+$"
color green "(?s)<.*?>"
color cyan "<[^> ]+"
color cyan ">"
color yellow "(?s)<!DOCTYPE.*?[/]?>"
color yellow "(?s)<!--.*?-->"
color red "&[^;]*;"