mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
13 lines
264 B
Plaintext
13 lines
264 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 "&[^;]*;"
|
|
|