summaryrefslogtreecommitdiff
path: root/.config/nano/conf.nanorc
blob: cf9f58a31adb6ec0fae9908b27853d81eba2298d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
## Here is an example for nanorc files.
##
syntax "Conf" "\.c[o]?nf$"
## Possible errors and parameters
## Strings
icolor white ""(\\.|[^"])*""
## Comments
icolor brightblue "^[[:space:]]*#.*$"
icolor cyan "^[[:space:]]*##.*$"
## Trailing spaces
color ,green "[[:space:]]+$"