blob: 0741576226afbc953299fd069872514a6a9f54c7 (
plain)
1
2
3
4
5
6
7
8
9
10
|
--- states/hl/enscript.st 2006/01/31 05:37:23 1.1
+++ states/hl/enscript.st 2006/01/31 06:48:32
@@ -509,6 +509,7 @@ namerules
/\b(rfc.*\.txt|draft-.*\.txt)$/ rfc;
/\.inf$/i inf;
/\.tex$/ tex;
+ /\.(ebuild|eclass)$/ ebuild;
/\.wmlscript$/ wmlscript;
/\.wmls$/ wmlscript;
/^.*$/ passthrough;
|