mirror of
git://git.sv.gnu.org/nano.git
synced 2024-11-26 06:39:43 +03:00
in the "nanorc" regexes in nanorc.sample, tweak the "comment" regex to
color comments that don't start at the beginning of a line git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@2652 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
This commit is contained in:
parent
b300af3f63
commit
40c3cd1aa9
@ -257,7 +257,9 @@ CVS code -
|
|||||||
- doc/nanorc.sample:
|
- doc/nanorc.sample:
|
||||||
- In the "nanorc" regexes, tweak the "color" regex to properly
|
- In the "nanorc" regexes, tweak the "color" regex to properly
|
||||||
color a line that specifies a background color without a
|
color a line that specifies a background color without a
|
||||||
foreground color, and update the associated comments. (DLR)
|
foreground color, and update the associated comments. Also,
|
||||||
|
tweak the "comment" regex to color comments that don't start
|
||||||
|
at the beginning of a line. (DLR)
|
||||||
- doc/man/fr/Makefile.am:
|
- doc/man/fr/Makefile.am:
|
||||||
- Set mandir to @mandir@/fr, so French manpages get installed
|
- Set mandir to @mandir@/fr, so French manpages get installed
|
||||||
where they belong (Jordi).
|
where they belong (Jordi).
|
||||||
|
@ -270,4 +270,4 @@
|
|||||||
## strings
|
## strings
|
||||||
# color white "\"(\\.|[^\"])*\""
|
# color white "\"(\\.|[^\"])*\""
|
||||||
## comments
|
## comments
|
||||||
# color blue "^ *#.*$"
|
# color blue " *#.*$"
|
||||||
|
Loading…
Reference in New Issue
Block a user