This is the first push to this repo with my dotfiles
[dotfilesold/.git] / .nano / conf.nanorc
1 ## Here is an example for nanorc files.
2 ##
3 syntax "Conf" "\.c[o]?nf$"
4 ## Possible errors and parameters
5 ## Strings
6 icolor white ""(\\.|[^"])*""
7 ## Comments
8 icolor brightblue "^[[:space:]]*#.*$"
9 icolor cyan "^[[:space:]]*##.*$"
10 ## Trailing spaces
11 color ,green "[[:space:]]+$"