mirror of
https://github.com/Hopiu/micro.git
synced 2026-03-17 06:20:28 +00:00
This may be a breaking change if you are using a plugin that checks the filetype. All the default plugins are now updated, just make the filetype you were checking for previously all lowercase.
11 lines
401 B
Text
11 lines
401 B
Text
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 " + +| + +"
|