mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-20 05:50:20 +09:00
9 lines
236 B
Plaintext
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 "&[^;]*;"
|