From 00089a7c01d7e7f348f667e834a7d15a9366e757 Mon Sep 17 00:00:00 2001 From: xDShot Date: Wed, 31 Aug 2016 12:06:46 +0300 Subject: [PATCH] Update ini.micro --- runtime/syntax/ini.micro | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/runtime/syntax/ini.micro b/runtime/syntax/ini.micro index 26daea39..edc26251 100644 --- a/runtime/syntax/ini.micro +++ b/runtime/syntax/ini.micro @@ -1,11 +1,9 @@ syntax "ini" "\.(ini|desktop|lfl|override)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$" header "^\[[A-Za-z]+\]$" -color brightcyan "\<(true|false)\>" -color cyan "^[[:space:]]*[^=]*=" -color brightmagenta "^[[:space:]]*\[.*\]$" -color red "[=;]" -color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'" -color brightblack "(^|[[:space:]])#([^{].*)?$" -color ,green "[[:space:]]+$" -color ,red " + +| + +" +color constant "\b(true|false)\b" +color identifier "^[[:space:]]*[^=]*=" +color special "^[[:space:]]*\[.*\]$" +color statement "[=;]" +color comment "(^|[[:space:]])#([^{].*)?$" +color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"