Correct the comment from # to ! as point out in the gitter chat.

This commit is contained in:
tommy
2017-06-10 11:33:50 +01:00
parent cf92f91e1e
commit 462f73f695

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: " + +| + +"