Many optimizations and new syntax files

This commit is contained in:
Zachary Yedidia
2017-03-26 19:14:03 -04:00
parent 56f3992cdb
commit 084c2be66c
103 changed files with 2079 additions and 342 deletions
+14
View File
@@ -0,0 +1,14 @@
filetype: xresources
detect:
filename: "X(defaults|resources)$"
rules:
- special: "^[[:alnum:]]+\\*"
- identifier.var: "\\*[[:alnum:]]+\\:"
- constant.number: "\\b[0-9]+\\b"
- symbol.operator: "[*:=]"
- constant.bool: "\\b(true|false)\\b"
- comment: "(^|[[:space:]])#([^{].*)?$"
- indent-char.whitespace: "[[:space:]]+$"
- indent-char: " + +| + +"