Stopping the brace content from spilling.
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4847 35c25a1d-7b9e-4130-9fde-d3aeb78583b8master
parent
c1c67d8a14
commit
a152311cb5
|
@ -5,6 +5,7 @@
|
||||||
remove option '-?', and make some other tweaks.
|
remove option '-?', and make some other tweaks.
|
||||||
* doc/man/{nano.1,nanorc.5}, doc/texinfo/nano.texi: Synchronize the
|
* doc/man/{nano.1,nanorc.5}, doc/texinfo/nano.texi: Synchronize the
|
||||||
documentation, and tweak some wording here and there.
|
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>
|
2014-05-05 Benno Schulenberg <bensberg@justemail.net>
|
||||||
* doc/man/nanorc.5: Give syntax highlighting its own section,
|
* doc/man/nanorc.5: Give syntax highlighting its own section,
|
||||||
|
|
|
@ -6,7 +6,7 @@ magic "Texinfo source text"
|
||||||
|
|
||||||
# Command arguments, trailing and enclosed.
|
# Command arguments, trailing and enclosed.
|
||||||
color cyan "^@[a-z]+[[:space:]]+.*$"
|
color cyan "^@[a-z]+[[:space:]]+.*$"
|
||||||
color brightmagenta "@[a-z]+\{.*\}"
|
color brightmagenta "@[a-z]+\{[^}]*\}"
|
||||||
# Commands themselves.
|
# Commands themselves.
|
||||||
color yellow "@[a-z]+\{?" "\}"
|
color yellow "@[a-z]+\{?" "\}"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue