mirror of
https://github.com/rwinkhart/go-highlite.git
synced 2026-08-31 06:16:27 -04:00
Added css, html, makefile, micro, scala, typescript, and xml
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
filetype: xml
|
||||
|
||||
detect:
|
||||
filename: "\\.(xml|sgml?|rng|plist)$"
|
||||
|
||||
rules:
|
||||
- identifier: "<.*?>"
|
||||
- comment:
|
||||
start: "<!DOCTYPE"
|
||||
end: "[/]?>"
|
||||
rules: []
|
||||
- comment:
|
||||
start: "<!--"
|
||||
end: "-->"
|
||||
rules: []
|
||||
– special: "&[^;]*;"
|
||||
Reference in New Issue
Block a user