mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-30 22:48:07 -07:00
11 lines
292 B
Diff
11 lines
292 B
Diff
--- a/states/hl/enscript.st
|
|
+++ b/states/hl/enscript.st
|
|
@@ -509,6 +509,7 @@ namerules
|
|
/\b(rfc.*\.txt|draft-.*\.txt)$/ rfc;
|
|
/\.inf$/i inf;
|
|
/\.tex$/ tex;
|
|
+ /\.(ebuild|eclass)$/ ebuild;
|
|
/\.wmlscript$/ wmlscript;
|
|
/\.wmls$/ wmlscript;
|
|
/^.*$/ passthrough;
|