Files
zyedidia.micro/runtime/syntax/xml.micro
2016-09-10 10:30:15 -04:00

9 lines
236 B
Plaintext

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