mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-07 07:30:20 +09:00
12 lines
263 B
Plaintext
12 lines
263 B
Plaintext
## Here is an example for xml files.
|
|
##
|
|
|
|
syntax "XML" ".*\.([jrs]?html?|xml|sgml?|rng)$"
|
|
color white "^.+$"
|
|
color green "(?s)<.*?>"
|
|
color cyan "<[^> ]+"
|
|
color cyan ">"
|
|
color yellow "(?s)<!DOCTYPE.*?[/]?>"
|
|
color yellow "(?s)<!--.*?-->"
|
|
color red "&[^;]*;"
|