mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-16 13:57:07 +09:00
18 lines
311 B
YAML
18 lines
311 B
YAML
filetype: xml
|
|
|
|
detect:
|
|
filename: "\\.(xml|sgml?|rng|svg|plist)$"
|
|
header: "<\\?xml.*\\?>"
|
|
|
|
rules:
|
|
- identifier: "<.*?>"
|
|
- comment:
|
|
start: "<!DOCTYPE"
|
|
end: "[/]?>"
|
|
rules: []
|
|
- comment:
|
|
start: "<!--"
|
|
end: "-->"
|
|
rules: []
|
|
- special: "&[^;]*;"
|