]> git.lizzy.rs Git - micro.git/blob - runtime/syntax/xml.micro
Allow a buffer to be opened simultaneously
[micro.git] / runtime / syntax / xml.micro
1 ## Here is an example for xml files.
2
3 syntax "xml" "\.(xml|sgml?|rng|plist)$"
4 color statement   "<[^> ]+"
5 color statement   ">"
6 color comment start="<!DOCTYPE" end="[/]?>"
7 color comment start="<!--" end="-->"
8 color special    "&[^;]*;"