]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/xml.micro
adding hexidecimal numbers to the existing C syntax rules
[micro.git] / runtime / syntax / xml.micro
1 ## Here is an example for xml files.
2
3 syntax "xml" "\.(xml|sgml?|rng|plist)$"
4 color identifier "<.*?>"
5 color comment start="<!DOCTYPE" end="[/]?>"
6 color comment start="<!--" end="-->"
7 color special    "&[^;]*;"