From 6da4e56f1e4689f8e32c85f8274178281cbc5fec Mon Sep 17 00:00:00 2001
From: David Lawrence Ramsey <pooka109@gmail.com>
Date: Wed, 2 Aug 2006 19:30:24 +0000
Subject: [PATCH] revert redundant change

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3836 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
---
 ChangeLog           | 2 --
 doc/syntax/c.nanorc | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index cd82f194..f0267cbd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -210,8 +210,6 @@ CVS code -
 - doc/syntax/c.nanorc:
 	- Since .i and .ii are preprocessed C and C++ output, colorize
 	  them here. (Mike Frysinger)
-	- Tweak the multiline comment regex to not color lines so
-	  aggressively. (DLR, found by Mike Frysinger)
 - doc/syntax/ruby.nanorc:
 	- Add missing blank line after the first comment, for
 	  consistency. (DLR)
diff --git a/doc/syntax/c.nanorc b/doc/syntax/c.nanorc
index 796fca30..e90c623a 100644
--- a/doc/syntax/c.nanorc
+++ b/doc/syntax/c.nanorc
@@ -24,4 +24,4 @@ color brightyellow start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""
 
 ## Comment highlighting
 color brightblue "//.*"
-color brightblue start="(/){1}\*" end="\*(/){1}"
+color brightblue start="/\*" end="\*/"
-- 
GitLab