Files
zyedidia.micro/runtime/syntax/xml.yaml
2017-03-21 14:55:22 -04:00

15 lines
235 B
YAML

filetype: xml
detect:
filename: "\\.(xml|sgml?|rng|plist)$"
rules:
- symbol.tag: "<.*?>"
- preproc:
start: "<!DOCTYPE"
end: "[/]?>"
rules: []
- comment: "<!--.+?-->"
- special: "&[^;]*;"