28 Nov 2011 21:39
[PATCH 2/2] nanorc syntax: add bind/unbind commands
Mike Frysinger <vapier <at> gentoo.org>
2011-11-28 20:39:14 GMT
2011-11-28 20:39:14 GMT
We don't currently handle the bind/unbind commands, so adding them to your nanorc file with colorization enabled makes it look like they're not actually supported. Signed-off-by: Mike Frysinger <vapier <at> gentoo.org> --- doc/syntax/nanorc.nanorc | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/syntax/nanorc.nanorc b/doc/syntax/nanorc.nanorc index bda5f4f..287be56 100644 --- a/doc/syntax/nanorc.nanorc +++ b/doc/syntax/nanorc.nanorc <at> <at> -2,10 +2,12 <at> <at> ## syntax "nanorc" "\.?nanorc$" ## Possible errors and parameters -icolor brightwhite "^[[:space:]]*((un)?set|include|syntax|i?color).*$" +icolor brightwhite "^[[:space:]]*((un)?(bind|set)|include|syntax|i?color).*$" ## Keywords icolor brightgreen "^[[:space:]]*(set|unset)[[:space:]]+(allow_insecure_backup|autoindent|backup|backupdir|backwards|boldtext|brackets|casesensitive|const|cut|fill|historylog|matchbrackets|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nonewlines|nowrap|operatingdir|poslog|preserve|punct)\>" "^[[:space:]]*(set|unset)[[:space:]]+(quickblank|quotestr|rebinddelete|rebindkeypad|regexp|smarthome|smooth|softwrap|speller|suspend|suspendenable|tabsize|tabstospaces|tempfile|undo|view|whitespace|wordbounds)\>" -icolor green "^[[:space:]]*(set|unset|include|syntax|header|magic)\>" +icolor brightgreen "^[[:space:]]*bind[[:space:]]+((\^|M-)([[:alpha:]]|space)|F([0-9]|1[0-6]))[[:space:]]+[[:alpha:]]+[[:space:]]+[[:alpha:]]+[[:space:]]*$" +icolor brightgreen "^[[:space:]]*unbind[[:space:]]+((\^|M-)([[:alpha:]]|space)|F([0-9]|1[0-6]))[[:space:]]+[[:alpha:]]+[[:space:]]*$" +icolor green "^[[:space:]]*((un)?(bind|set)|include|syntax|header|magic)\>" ## Colors icolor yellow "^[[:space:]]*i?color[[:space:]]*(bright)?(white|black|red|blue|green|yellow|magenta|cyan)?(,(white|black|red|blue|green|yellow|magenta|cyan))?\>" icolor magenta "^[[:space:]]*i?color\>" "\<(start|end)=" -- -- 1.7.6.1
RSS Feed