mirror of
https://github.com/scopatz/nanorc
synced 2024-11-01 07:10:00 +01:00
12 lines
275 B
Plaintext
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:]]+$"
|