From 40f11ae62292e0e0ad82f64b00ed9fe8efd727ec Mon Sep 17 00:00:00 2001 From: David Lawrence Ramsey Date: Thu, 10 Mar 2005 17:35:41 +0000 Subject: [PATCH] cosmetic fixes git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2344 35c25a1d-7b9e-4130-9fde-d3aeb78583b8 --- doc/nanorc.sample | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/doc/nanorc.sample b/doc/nanorc.sample index 7b7224f8..ef8eaa12 100644 --- a/doc/nanorc.sample +++ b/doc/nanorc.sample @@ -242,16 +242,16 @@ ## Here is an example for your .nanorc ## -#syntax "nanorc" "(\.|/|)nanorc$" +# syntax "nanorc" "(\.|/|)nanorc$" ## highlight possible errors and parameters -#color brightwhite "^ *(set|unset|syntax|color).*$" +# color brightwhite "^ *(set|unset|syntax|color).*$" ## set, unset and syntax -#color cyan "^ *(set|unset) +(autoindent|backup|backupdir|brackets|const|cut|fill|historylog|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nowrap|operatingdir|preserve|punct|quotestr|rebinddelete|regexp|smarthome|smooth|speller|suspend|tabsize|tempfile|view|whitespace)" -#color green "^ *(set|unset|syntax)\>" +# color cyan "^ *(set|unset) +(autoindent|backup|backupdir|brackets|const|cut|fill|historylog|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nowrap|operatingdir|preserve|punct|quotestr|rebinddelete|regexp|smarthome|smooth|speller|suspend|tabsize|tempfile|view|whitespace)" +# color green "^ *(set|unset|syntax)\>" ## colors -#color yellow "^ *color +(bright)?(white|black|red|blue|green|yellow|magenta|cyan)(,(white|black|red|blue|green|yellow|magenta|cyan))?\>" -#color magenta "^ *color\>" "\<(start|end)=" +# color yellow "^ *color +(bright)?(white|black|red|blue|green|yellow|magenta|cyan)(,(white|black|red|blue|green|yellow|magenta|cyan))?\>" +# color magenta "^ *color\>" "\<(start|end)=" ## strings -#color white "\"(\\.|[^\"])*\"" +# color white "\"(\\.|[^\"])*\"" ## comments -#color blue "^ *#.*$" +# color blue "^ *#.*$"