]> git.wh0rd.org Git - nano.git/commitdiff
revert redundant change
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 2 Aug 2006 19:30:24 +0000 (19:30 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Wed, 2 Aug 2006 19:30:24 +0000 (19:30 +0000)
git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3836 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

ChangeLog
doc/syntax/c.nanorc

index cd82f194d8b8d254d73f548ea977d0c6d7467f10..f0267cbd573f4c1f449ae5422b982081ee2bae2f 100644 (file)
--- 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)
index 796fca303368a141c5206c2717687f9013e03e27..e90c623adb7b87d86ef75ba3857fbed8d1e054f3 100644 (file)
@@ -24,4 +24,4 @@ color brightyellow start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""
 
 ## Comment highlighting
 color brightblue "//.*"
-color brightblue start="(/){1}\*" end="\*(/){1}"
+color brightblue start="/\*" end="\*/"