Add arduino, asm, caddyfile, coffeescript, dockerfile

This commit is contained in:
Zachary Yedidia
2017-02-20 09:23:22 -05:00
parent a89c9319b3
commit feb6f0700e
6 changed files with 290 additions and 2 deletions
+21
View File
@@ -0,0 +1,21 @@
filetype: caddyfile
detect:
filename: "Caddyfile"
rules:
- identifier: "^\\s*\\S+(\\s|$)"
- type: "^([\\w.:/-]+,? ?)+[,{]$"
- constant.specialChar: "\\s{$"
- constant.specialChar: "^\\s*}$"
- constant.string:
start: "\""
end: "\""
rules:
- constant.specialChar: "\\\\."
- preproc: "\\{(\\w+|\\$\\w+|%\\w+%)\\}"
- comment:
start: "#"
end: "$"
rules: []