Merge pull request #694 from tommyshem/xresources

Correct the comment from # to ! as pointed out in the gitter chat on Xresources files high lighting
This commit is contained in:
Zachary Yedidia
2017-06-10 11:20:55 -04:00
committed by GitHub

View File

@@ -9,6 +9,6 @@ rules:
- constant.number: "\\b[0-9]+\\b"
- symbol.operator: "[*:=]"
- constant.bool: "\\b(true|false)\\b"
- comment: "(^|[[:space:]])#([^{].*)?$"
- comment: "(^|[[:space:]])!([^{].*)?$"
- indent-char.whitespace: "[[:space:]]+$"
- indent-char: " + +| + +"