nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit 7a1b1ff5bec09deda0e1073e227b4c5555ab2a3d
parent 461519cce76ceab2172993bc1d8e4a7bff6f4803
Author: Chris Allegretta <chrisa@asty.org>
Date:   Wed,  4 Aug 2010 13:37:48 +0000

2010-08-04 Peter <exodus@savannah>
	* doc/syntax/tex.nanorc: No longer highlight escaped comments



git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4511 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 3+++
Mdoc/syntax/tex.nanorc | 2+-
2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +2010-08-04 Peter <exodus@savannah> + * doc/syntax/tex.nanorc: No longer highlight escaped comments + 2010-06-20 Chris Allegretta <chrisa@asty.org> * New rc file option allow_insecure_backup, allows the previous security fixes for backup files to be overridden if you're really positive diff --git a/doc/syntax/tex.nanorc b/doc/syntax/tex.nanorc @@ -3,4 +3,4 @@ syntax "tex" "\.tex$" icolor green "\\.|\\[A-Z]*" color magenta "[{}]" -color blue "%.*" +color blue "(^|[^\])%.*"