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

9
runtime/syntax/conf.yaml Normal file
View File

@@ -0,0 +1,9 @@
filetype: conf
detect:
filename: "\\.c[o]?nf$"
rules:
- constant.string: "\"(\\\\.|[^\"])*\""
- comment: "^[[:space:]]*#.*$"
- comment: "^[[:space:]]*##.*$"