mirror of
https://github.com/scopatz/nanorc
synced 2024-10-31 23:00:00 +01:00
12 lines
411 B
Plaintext
12 lines
411 B
Plaintext
syntax "INI" "\.(ini|desktop|lfl|override|cfg)$" "(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 " + +| + +"
|