mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-05-01 05:08:10 -07:00
11 lines
210 B
Diff
11 lines
210 B
Diff
--- a/states/hl/enscript.st
|
|
+++ b/states/hl/enscript.st
|
|
@@ -510,6 +510,7 @@
|
|
/\.tex$/ tex;
|
|
/\.wmlscript$/ wmlscript;
|
|
/\.wmls$/ wmlscript;
|
|
+ /\.php$/ php;
|
|
/^.*$/ passthrough;
|
|
}
|
|
|