nanorc/conf.nanorc

10 lines
227 B
Plaintext
Raw 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:]]*##.*$"