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:]]+$"
|