From 462f73f695755599dfff4c8254fd21a43d6eea69 Mon Sep 17 00:00:00 2001 From: tommy Date: Sat, 10 Jun 2017 11:33:50 +0100 Subject: [PATCH] Correct the comment from # to ! as point out in the gitter chat. --- runtime/syntax/xresources.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/syntax/xresources.yaml b/runtime/syntax/xresources.yaml index 9e35d733..680c7cda 100644 --- a/runtime/syntax/xresources.yaml +++ b/runtime/syntax/xresources.yaml @@ -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: " + +| + +"