]> git.wh0rd.org Git - nano.git/commitdiff
Adding 'quiet', sorting 'locking', and condensing the highlighting string.
authorBenno Schulenberg <bensberg@justemail.net>
Tue, 4 Mar 2014 10:01:27 +0000 (10:01 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Tue, 4 Mar 2014 10:01:27 +0000 (10:01 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4638 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/syntax/nanorc.nanorc

index aaa3e7fab7354fade5a1e80ff1561b62347b4d81..c2ff7b290b8cfaa1eb3338a55d44bc285e31a0a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2014-03-04  Benno Schulenberg  <bensberg@justemail.net>
+       * doc/syntax/nanorc.nanorc - Add keyword 'quiet', sort 'locking',
+       and concatenate the two separate strings into one.
+
 2014-03-01 Chris Allegretta <chrisa@asty.org>
        * global.c (shortcut_init) - Don't actually free the shortcut
          list, since the next pass via justifying will then remove
index df6939e7be4c6ba7ea5ecc7d91b34acbbca1bdea..e86f4595e88d13bd8d70701155094a51377e51ba 100644 (file)
@@ -4,7 +4,7 @@ syntax "nanorc" "\.?nanorc$"
 ## Possible errors and parameters
 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|locking)\>"
+icolor brightgreen "^[[:space:]]*(set|unset)[[:space:]]+(allow_insecure_backup|autoindent|backup|backupdir|backwards|boldtext|brackets|casesensitive|const|cut|fill|historylog|locking|matchbrackets|morespace|mouse|multibuffer|noconvert|nofollow|nohelp|nonewlines|nowrap|operatingdir|poslog|preserve|punct|quickblank|quiet|quotestr|rebinddelete|rebindkeypad|regexp|smarthome|smooth|softwrap|speller|suspend|suspendenable|tabsize|tabstospaces|tempfile|undo|view|whitespace|wordbounds)\>"
 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|linter)\>"