Commit 6da4e56f authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

revert redundant change

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3836 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
No related merge requests found
Showing with 1 addition and 3 deletions
+1 -3
......@@ -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)
......
......@@ -24,4 +24,4 @@ color brightyellow start=""(\\.|[^"])*\\[[:space:]]*$" end="^(\\.|[^"])*""
## Comment highlighting
color brightblue "//.*"
color brightblue start="(/){1}\*" end="\*(/){1}"
color brightblue start="/\*" end="\*/"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment