nano

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

commit d0c64e8086400bbf73ade5a7114debf018d7fc23
parent de3260cdb1d9dfe6b9da665e294a44df84388163
Author: Mike Frysinger <vapier@gentoo.org>
Date:   Wed, 22 Feb 2017 13:35:36 -0500

syntax: gentoo: match .eblit files too

Diffstat:
Msyntax/gentoo.nanorc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/syntax/gentoo.nanorc b/syntax/gentoo.nanorc @@ -1,6 +1,6 @@ ## Here is an example for Gentoo ebuilds/eclasses. -syntax "ebuild" "\.e(build|class)$" +syntax "ebuild" "\.e(build|class|blit)$" comment "#" ## All the standard portage functions