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
+11
View File
@@ -0,0 +1,11 @@
filetype: html
detect:
filename: "\\.htm[l]?$"
rules:
- identifier: "<.*?>"
- special: "&[^;[[:space:]]]*;"
- statement: "(alt|bgcolor|height|href|label|longdesc|name|onclick|onfocus|onload|onmouseover|size|span|src|style|target|type|value|width)="
- constant: "\"[^\"]*\"|qq\\|.*\\|"