Commit 44abeea5 authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

in nanorc.sample, remove unneeded foreground color for the Java source

regex used to highlight trailing whitespace, since we now support
background colors without foreground colors


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3537 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 252eceba
Showing with 4 additions and 1 deletion
+4 -1
......@@ -340,6 +340,9 @@ CVS code -
- Replace instances of "\w" with its equivalent "[0-9A-Za-z_]",
and instances of "\W" with its equivalent "[^0-9A-Za-z_]", for
greater readability. (DLR)
- Remove unneeded foreground color for the Java source regex
used to highlight trailing whitespace, since we now support
background colors without foreground colors. (DLR)
- src/Makefile.am:
- If we're uninstalling, remove the "rnano" symlink. (DLR, found
by Benno Schulenberg)
......
......@@ -307,7 +307,7 @@
# color blue "//.*"
# color blue start="/\*" end="\*/"
# color brightblue start="/\*\*" end="\*/"
# color brightgreen,green "[[:space:]]+$"
# color ,green "[[:space:]]+$"
## Here is an example for patch files.
##
......
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