mirror of
https://github.com/Hopiu/micro.git
synced 2026-04-14 19:40:57 +00:00
12 lines
263 B
Text
12 lines
263 B
Text
|
|
## 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 "&[^;]*;"
|