11 lines
275 B
Text
11 lines
275 B
Text
## 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:]]+$"
|