mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-06 07:00:24 +09:00
8 lines
211 B
Plaintext
8 lines
211 B
Plaintext
## 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 "&[^;]*;"
|