mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-28 04:46:30 -04:00
17 lines
282 B
YAML
17 lines
282 B
YAML
filetype: xml
|
||
|
||
detect:
|
||
filename: "\\.(xml|sgml?|rng|plist)$"
|
||
|
||
rules:
|
||
- identifier: "<.*?>"
|
||
- comment:
|
||
start: "<!DOCTYPE"
|
||
end: "[/]?>"
|
||
rules: []
|
||
- comment:
|
||
start: "<!--"
|
||
end: "-->"
|
||
rules: []
|
||
– special: "&[^;]*;"
|