mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 22:40:24 +00:00
7 lines
211 B
Text
7 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 "&[^;]*;"
|