From 89886f10c7f2b893d4bffe121000b4464ca1eda8 Mon Sep 17 00:00:00 2001 From: Zachary Yedidia Date: Sat, 3 Sep 2016 13:00:05 -0400 Subject: [PATCH] Update conf.micro syntax file Fixes #290 --- runtime/syntax/conf.micro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/runtime/syntax/conf.micro b/runtime/syntax/conf.micro index 03b5d905..b3b9c761 100644 --- a/runtime/syntax/conf.micro +++ b/runtime/syntax/conf.micro @@ -3,8 +3,8 @@ syntax "conf" "\.c[o]?nf$" ## Possible errors and parameters ## Strings -white (i) ""(\\.|[^"])*"" +color constant.string (i) ""(\\.|[^"])*"" ## Comments -brightblue (i) "^[[:space:]]*#.*$" -cyan (i) "^[[:space:]]*##.*$" +color comment (i) "^[[:space:]]*#.*$" +color comment (i) "^[[:space:]]*##.*$"