nanorc/conf.nanorc

11 lines
228 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$"
## Possible errors and parameters
## Strings
icolor white ""(\\.|[^"])*""
## Comments
icolor brightblue "^[[:space:]]*#.*$"
icolor cyan "^[[:space:]]*##.*$"