micro/runtime/syntax/ini.micro

12 lines
401 B
Text
Raw Normal View History

2016-03-21 16:16:02 +00:00
syntax "INI" "\.(ini|desktop|lfl|override)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$"
header "^\[[A-Za-z]+\]$"
2016-03-25 20:41:36 +00:00
color brightcyan "\<(true|false)\>"
2016-03-21 16:16:02 +00:00
color cyan "^[[:space:]]*[^=]*="
color brightmagenta "^[[:space:]]*\[.*\]$"
color red "[=;]"
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
color brightblack "(^|[[:space:]])#([^{].*)?$"
color ,green "[[:space:]]+$"
color ,red " + +| + +"