nanorc/conf.nanorc

11 lines
228 B
Plaintext

## 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:]]*##.*$"