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:]]*##.*$"