This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / ini.nanorc
1 syntax "INI" "\.(ini|desktop|lfl|override|cfg)$" "(mimeapps\.list|pinforc|setup\.cfg)$" "weechat/.+\.conf$"
2 header "^\[[A-Za-z]+\]$"
3
4 color brightcyan "\<(true|false)\>"
5 color cyan "^[[:space:]]*[^=]*="
6 color brightmagenta "^[[:space:]]*\[.*\]$"
7 color red "[=;]"
8 color yellow ""(\\.|[^"])*"|'(\\.|[^'])*'"
9 color brightblack "(^|[[:space:]])(#([^{].*)?|;.*)$"
10 color ,green "[[:space:]]+$"
11 color ,red "    + +| +  +"