mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
17 lines
311 B
YAML
17 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: "&[^;]*;"
|