mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-27 01:10:30 +09:00
15 lines
235 B
YAML
15 lines
235 B
YAML
filetype: xml
|
|
|
|
detect:
|
|
filename: "\\.(xml|sgml?|rng|plist)$"
|
|
|
|
rules:
|
|
- symbol.tag: "<.*?>"
|
|
- preproc:
|
|
start: "<!DOCTYPE"
|
|
end: "[/]?>"
|
|
rules: []
|
|
|
|
- comment: "<!--.+?-->"
|
|
- special: "&[^;]*;"
|