]> git.wh0rd.org Git - nano.git/commitdiff
Stopping the brace content from spilling.
authorBenno Schulenberg <bensberg@justemail.net>
Tue, 6 May 2014 20:45:56 +0000 (20:45 +0000)
committerBenno Schulenberg <bensberg@justemail.net>
Tue, 6 May 2014 20:45:56 +0000 (20:45 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4847 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/syntax/texinfo.nanorc

index b9fb6eaa951274479bc87cac56a80fb78a160e1d..4b7f900fadd9b94fe5d0870ffb964ec9a3f31ca4 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -5,6 +5,7 @@
        remove option '-?', and make some other tweaks.
        * doc/man/{nano.1,nanorc.5}, doc/texinfo/nano.texi: Synchronize the
        documentation, and tweak some wording here and there.
+       * doc/syntax/texinfo.nanorc: Stop the brace content from spilling.
 
 2014-05-05  Benno Schulenberg  <bensberg@justemail.net>
        * doc/man/nanorc.5: Give syntax highlighting its own section,
index a96dde813fdeccab295c501deb93c16d71ba19d5..ca62aacba0d2f9a3eea1e0578bbd8ddaa59cc081 100644 (file)
@@ -6,7 +6,7 @@ magic "Texinfo source text"
 
 # Command arguments, trailing and enclosed.
 color cyan "^@[a-z]+[[:space:]]+.*$"
-color brightmagenta "@[a-z]+\{.*\}"
+color brightmagenta "@[a-z]+\{[^}]*\}"
 # Commands themselves.
 color yellow "@[a-z]+\{?" "\}"