mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 14:30:32 +00:00
12 lines
264 B
Text
12 lines
264 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 "&[^;]*;"
|
|
|