]> git.wh0rd.org Git - nano.git/commit
move color regexes into separate files, and restructure things so that
authorDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 1 Jun 2006 17:23:28 +0000 (17:23 +0000)
committerDavid Lawrence Ramsey <pooka109@gmail.com>
Thu, 1 Jun 2006 17:23:28 +0000 (17:23 +0000)
commit5e6434cf54fa976e49134250d3549552f9e5e420
tree277ac081ad47d411ef1500f247a6cce94d20f95c
parent17ab6ed580639c759f9e7a9c0684399983fb07cd
move color regexes into separate files, and restructure things so that
they're installed properly and nanorc.sample references them properly

git-svn-id: svn://svn.savannah.gnu.org/nano/trunk/nano@3604 35c25a1d-7b9e-4130-9fde-d3aeb78583b8
23 files changed:
ChangeLog
configure.ac
doc/Makefile.am
doc/nanorc.sample [deleted file]
doc/nanorc.sample.in [new file with mode: 0644]
doc/syntax/.cvsignore [new file with mode: 0644]
doc/syntax/Makefile.am [new file with mode: 0644]
doc/syntax/asm.nanorc [new file with mode: 0644]
doc/syntax/c.nanorc [new file with mode: 0644]
doc/syntax/groff.nanorc [new file with mode: 0644]
doc/syntax/html.nanorc [new file with mode: 0644]
doc/syntax/java.nanorc [new file with mode: 0644]
doc/syntax/man.nanorc [new file with mode: 0644]
doc/syntax/mutt.nanorc [new file with mode: 0644]
doc/syntax/patch.nanorc [new file with mode: 0644]
doc/syntax/perl.nanorc [new file with mode: 0644]
doc/syntax/python.nanorc [new file with mode: 0644]
doc/syntax/ruby.nanorc [new file with mode: 0644]
doc/syntax/sh.nanorc [new file with mode: 0644]
doc/syntax/tex.nanorc [new file with mode: 0644]
m4/Makefile.am
m4/ac_define_dir.m4 [new file with mode: 0644]
nano.spec.in