1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-19 21:16:00 +02:00
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:]]*##.*$"