diff --git a/ChangeLog b/ChangeLog
index d2f82746ad5154b52f725c57ef49103ab54341da..f3c8d087f603e7c67246c999c8e42e462f349e09 100644
--- 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
index fff8dd0d54a3c973a25b4ffe8154982b96488804..23ca3a4402dec4cfdab60992dfe44fe77126af36 100644
--- 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 "(^|[^\])%.*"