micro/runtime/syntax/xml.micro

8 lines
211 B
Text
Raw Normal View History

2016-03-21 19:16:02 +03:00
## 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 "&[^;]*;"