Add converted syntax files

This commit is contained in:
Zachary Yedidia
2017-03-21 14:55:22 -04:00
parent fa7f89a400
commit b977bf5cca
104 changed files with 1807 additions and 1233 deletions

View File

@@ -1,6 +1,6 @@
filetype: caddyfile
detect:
detect:
filename: "Caddyfile"
rules:
@@ -9,13 +9,11 @@ rules:
- constant.specialChar: "\\s{$"
- constant.specialChar: "^\\s*}$"
- constant.string:
start: "\""
end: "\""
rules:
- constant.specialChar: "\\\\."
start: "\\\""
end: "\\\""
rules: []
- preproc: "\\{(\\w+|\\$\\w+|%\\w+%)\\}"
- comment:
start: "#"
end: "$"
rules: []
- comment: "#.*"
- indent-char: "([[:space:]]{2,}|\\t){$"
- indent-char: "[[:space:]]+$"