mydotfiles/nano/conf.nanorc
2023-11-15 12:57:11 +03:00

10 lines
228 B
Text
Executable file

## 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:]]*##.*$"