nano

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

commit cc054ec00efd2009414fa85e3803f4ae06aae500
parent 753d93dcf6976b33ec554d63deb0d9629942b89d
Author: Benno Schulenberg <bensberg@justemail.net>
Date:   Thu, 10 Apr 2014 20:56:25 +0000

Adding four recent syntaxes to the packing list.


git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@4757 35c25a1d-7b9e-4130-9fde-d3aeb78583b8

Diffstat:
MChangeLog | 3+++
Mdoc/syntax/Makefile.am | 4++++
2 files changed, 7 insertions(+), 0 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,3 +1,6 @@ +2014-04-10 Benno Schulenberg <bensberg@justemail.net> + * doc/syntax/Makefile.am: Add four recent syntaxes to the packlist. + 2014-04-08 Benno Schulenberg <bensberg@justemail.net> * doc: Add the documentation for the new --noread option. * doc: Add missing --poslog option to the texinfo file, plus tweaks. diff --git a/doc/syntax/Makefile.am b/doc/syntax/Makefile.am @@ -1,14 +1,17 @@ pkgdata_DATA = asm.nanorc \ awk.nanorc \ + changelog.nanorc \ cmake.nanorc \ c.nanorc \ css.nanorc \ debian.nanorc \ fortran.nanorc \ gentoo.nanorc \ + go.nanorc \ groff.nanorc \ html.nanorc \ java.nanorc \ + javascript.nanorc \ lua.nanorc \ makefile.nanorc \ man.nanorc \ @@ -20,6 +23,7 @@ pkgdata_DATA = asm.nanorc \ patch.nanorc \ perl.nanorc \ php.nanorc \ + po.nanorc \ pov.nanorc \ python.nanorc \ ruby.nanorc \