1
0
mirror of https://github.com/scopatz/nanorc synced 2024-09-19 13:06:00 +02:00
nanorc/conf.nanorc
2016-12-06 21:47:45 +01:00

12 lines
275 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:]]*##.*$"
## Trailing spaces
color ,green "[[:space:]]+$"