Update ini.micro

This commit is contained in:
xDShot 2016-08-31 12:06:46 +03:00 committed by GitHub
parent c661c65c8c
commit 00089a7c01

View file

@ -1,11 +1,9 @@
syntax "ini" "\.(ini|desktop|lfl|override)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$" syntax "ini" "\.(ini|desktop|lfl|override)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$"
header "^\[[A-Za-z]+\]$" header "^\[[A-Za-z]+\]$"
color brightcyan "\<(true|false)\>" color constant "\b(true|false)\b"
color cyan "^[[:space:]]*[^=]*=" color identifier "^[[:space:]]*[^=]*="
color brightmagenta "^[[:space:]]*\[.*\]$" color special "^[[:space:]]*\[.*\]$"
color red "[=;]" color statement "[=;]"
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'" color comment "(^|[[:space:]])#([^{].*)?$"
color brightblack "(^|[[:space:]])#([^{].*)?$" color constant.string ""(\\.|[^"])*"|'(\\.|[^'])*'"
color ,green "[[:space:]]+$"
color ,red " + +| + +"