nano

nano with my custom patches
git clone git://bsandro.tech/nano
Log | Files | Refs | README | LICENSE

commit c1662f2eb7134effe52650891ad76daaa649b0e8
parent 95ff10ec475bcd85b5787f15c740204cc6b0022a
Author: David Lawrence Ramsey <pooka109@gmail.com>
Date:   Thu,  1 Jun 2006 01:51:41 +0000

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

Diffstat:
MChangeLog | 2++
Mdoc/nanorc.sample | 2+-
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog @@ -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) diff --git a/doc/nanorc.sample b/doc/nanorc.sample @@ -378,4 +378,4 @@ ## Strings # icolor white ""(\\.|[^"])*"" ## Comments -# icolor blue "^[[:space:]]*#.*$" +# icolor brightblue "^[[:space:]]*#.*$"