]> git.wh0rd.org Git - nano.git/commitdiff
2010-08-04 Peter <exodus@savannah>
authorChris Allegretta <chrisa@asty.org>
Wed, 4 Aug 2010 13:37:48 +0000 (13:37 +0000)
committerChris Allegretta <chrisa@asty.org>
Wed, 4 Aug 2010 13:37:48 +0000 (13:37 +0000)
* 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

ChangeLog
doc/syntax/tex.nanorc

index d2f82746ad5154b52f725c57ef49103ab54341da..f3c8d087f603e7c67246c999c8e42e462f349e09 100644 (file)
--- 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
index fff8dd0d54a3c973a25b4ffe8154982b96488804..23ca3a4402dec4cfdab60992dfe44fe77126af36 100644 (file)
@@ -3,4 +3,4 @@
 syntax "tex" "\.tex$"
 icolor green "\\.|\\[A-Z]*"
 color magenta "[{}]"
-color blue "%.*"
+color blue "(^|[^\])%.*"