nanorc/conf.nanorc

12 lines
275 B
Plaintext
Raw Permalink Normal View History

2010-07-29 00:15:43 +02:00
## Here is an example for nanorc files.
##
syntax "Conf" "\.c[o]?nf$"
2010-07-29 00:15:43 +02:00
## Possible errors and parameters
## Strings
icolor white ""(\\.|[^"])*""
## Comments
icolor brightblue "^[[:space:]]*#.*$"
icolor cyan "^[[:space:]]*##.*$"
2016-12-06 21:47:45 +01:00
## Trailing spaces
color ,green "[[:space:]]+$"