mirror of
https://github.com/zyedidia/micro.git
synced 2025-06-18 23:05:40 -04:00
17 lines
280 B
YAML
17 lines
280 B
YAML
filetype: xml
|
|
|
|
detect:
|
|
filename: "\\.(xml|sgml?|rng|plist)$"
|
|
|
|
rules:
|
|
- identifier: "<.*?>"
|
|
- comment:
|
|
start: "<!DOCTYPE"
|
|
end: "[/]?>"
|
|
rules: []
|
|
- comment:
|
|
start: "<!--"
|
|
end: "-->"
|
|
rules: []
|
|
- special: "&[^;]*;"
|