micro/runtime/syntax/xml.micro
2016-09-10 10:32:21 -04:00

8 lines
211 B
Text

## Here is an example for xml files.
syntax "xml" "\.(xml|sgml?|rng|plist)$"
color identifier "<.*?>"
color comment start="<!DOCTYPE" end="[/]?>"
color comment start="<!--" end="-->"
color special "&[^;]*;"