From d0c64e8086400bbf73ade5a7114debf018d7fc23 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Wed, 22 Feb 2017 13:35:36 -0500 Subject: [PATCH] syntax: gentoo: match .eblit files too --- syntax/gentoo.nanorc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/gentoo.nanorc b/syntax/gentoo.nanorc index d3e8f352..a47632e3 100644 --- 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