set autoindent set backup set cut set multibuffer set nohelp set nowrap unset preserve set regexp set suspend set smarthome set tabsize 4 set whitespace "> " set wordbounds # multiline rules don't work if the start marker is the same as the end marker, # so we can't handle multiline strings # http://lists.gnu.org/archive/html/nano-devel/2002-09/msg00043.html syntax "c" ".*\.[ch]$" color green ""(\\.|[^\"])*"" color blue start="/\*" end="\*/" syntax "sh" ".*\.sh$" color green ""(\\.|[^\"])*"" color blue "^[^\"]*#.*$"