micro/runtime/syntax/xml.micro

13 lines
264 B
Text
Raw Normal View History

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