micro/runtime/syntax/xml.micro
Zachary Yedidia eba501e095 Highlight plist as XML
See #197
2016-07-15 17:29:36 -04:00

12 lines
285 B
Plaintext

## Here is an example for xml files.
##
syntax "XML" "\.([jrs]?html?|xml|sgml?|rng|plist)$"
color white "^.+$"
color green start="<" end=">"
color cyan "<[^> ]+"
color cyan ">"
color yellow start="<!DOCTYPE" end="[/]?>"
color yellow start="<!--" end="-->"
color red "&[^;]*;"