12 lines
389 B
Text
12 lines
389 B
Text
|
syntax "ini" "\.(ini|desktop|lfl|override)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$"
|
||
|
|
||
|
color brightcyan "\<(true|false)\>"
|
||
|
color brightblack "^[[:space:]]*[^=]*="
|
||
|
color brightmagenta "^[[:space:]]*\[.*\]$"
|
||
|
color red "[=;]"
|
||
|
color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
|
||
|
color cyan "(^|[[:space:]])#([^{].*)?$"
|
||
|
color ,green "[[:space:]]+$"
|
||
|
color ,red " + +| + +"
|
||
|
# +EXTRALINT
|