Added css, html, makefile, micro, scala, typescript, and xml

This commit is contained in:
Colin Rioux
2017-02-18 11:43:47 -05:00
parent d7cfd7f95c
commit c18751d613
7 changed files with 197 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
filetype: xml
detect:
filename: "\\.(xml|sgml?|rng|plist)$"
rules:
- identifier: "<.*?>"
- comment:
start: "<!DOCTYPE"
end: "[/]?>"
rules: []
- comment:
start: "<!--"
end: "-->"
rules: []
special: "&[^;]*;"