mirror of git://git.sv.gnu.org/nano.git
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
This commit is contained in:
parent
95ff10ec47
commit
c1662f2eb7
|
@ -447,6 +447,8 @@ CVS code -
|
||||||
- Further simplify the "groff" regexes. (DLR)
|
- Further simplify the "groff" regexes. (DLR)
|
||||||
- Tweak the "shellscript" regexes to properly color all special
|
- Tweak the "shellscript" regexes to properly color all special
|
||||||
variables, such as $? and $@. (Benno Schulenberg)
|
variables, such as $? and $@. (Benno Schulenberg)
|
||||||
|
- Tweak the "nanorc" regexes to color comments bright blue
|
||||||
|
instead of blue. (John M. Gabriele)
|
||||||
- src/Makefile.am:
|
- src/Makefile.am:
|
||||||
- If we're uninstalling, remove the "rnano" symlink. (DLR, found
|
- If we're uninstalling, remove the "rnano" symlink. (DLR, found
|
||||||
by Benno Schulenberg)
|
by Benno Schulenberg)
|
||||||
|
|
|
@ -378,4 +378,4 @@
|
||||||
## Strings
|
## Strings
|
||||||
# icolor white ""(\\.|[^"])*""
|
# icolor white ""(\\.|[^"])*""
|
||||||
## Comments
|
## Comments
|
||||||
# icolor blue "^[[:space:]]*#.*$"
|
# icolor brightblue "^[[:space:]]*#.*$"
|
||||||
|
|
Loading…
Reference in New Issue