mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-22 17:00:23 +00:00
12 lines
401 B
Text
12 lines
401 B
Text
|
|
syntax "INI" "\.(ini|desktop|lfl|override)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$"
|
||
|
|
header "^\[[A-Za-z]+\]$"
|
||
|
|
|
||
|
|
color brightcyan "\b(true|false)\b"
|
||
|
|
color cyan "^[[:space:]]*[^=]*="
|
||
|
|
color brightmagenta "^[[:space:]]*\[.*\]$"
|
||
|
|
color red "[=;]"
|
||
|
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||
|
|
color brightblack "(^|[[:space:]])#([^{].*)?$"
|
||
|
|
color ,green "[[:space:]]+$"
|
||
|
|
color ,red " + +| + +"
|