value can't be larger than COLS. (DLR)
- Allow the user to exit the help browser via Ctrl-C as well as
Ctrl-X, for consistency with the file browser. (DLR)
+- nanorc.sample:
+ - Add sample regexes for patch files. (Mike Frysinger)
GNU nano 1.3.3 - 2004.06.28
- General:
# color brightblue start="/\*\*" end="\*/"
# color brightgreen,green " +$"
+## Here is an example for patch files
+##
+# syntax "patch" "\.(patch|diff)$"
+# color brightgreen "^\+.*"
+# color green "^\+\+\+.*"
+# color brightblue "^ .*"
+# color brightred "^-.*"
+# color red "^---.*"
+# color brightyellow "^@@.*"
+# color magenta "^diff.*"
+
## Here is an example for your .nanorc
##
#syntax "nanorc" "(\.|/|)nanorc$"