Commit c1662f2e authored by David Lawrence Ramsey's avatar David Lawrence Ramsey
Browse files

in nanorc.sample, per John M. Gabriele's patch, tweak the "nanorc"

regexes to color comments bright blue instead of blue


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3599 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
parent 95ff10ec
Showing with 3 additions and 1 deletion
+3 -1
......@@ -447,6 +447,8 @@ CVS code -
- Further simplify the "groff" regexes. (DLR)
- Tweak the "shellscript" regexes to properly color all special
variables, such as $? and $@. (Benno Schulenberg)
- Tweak the "nanorc" regexes to color comments bright blue
instead of blue. (John M. Gabriele)
- src/Makefile.am:
- If we're uninstalling, remove the "rnano" symlink. (DLR, found
by Benno Schulenberg)
......
......@@ -378,4 +378,4 @@
## Strings
# icolor white ""(\\.|[^"])*""
## Comments
# icolor blue "^[[:space:]]*#.*$"
# icolor brightblue "^[[:space:]]*#.*$"
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