dotfiles-pub/common/nano/syntax/conf.nanorc

12 lines
275 B
Plaintext
Raw Normal View History

2022-12-11 17:17:48 +00: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:]]*##.*$"
## Trailing spaces
color ,green "[[:space:]]+$"