1
0
mirror of https://github.com/scopatz/nanorc synced 2024-11-05 01:00:00 +01:00
nanorc/conf.nanorc

11 lines
228 B
Plaintext
Raw Normal View History

2016-02-09 00:52:38 +01: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:]]*##.*$"