From dd71c144096163dfa921f20912843d1a5e2618dd Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 3 Sep 2010 20:39:34 +0200 Subject: fix markdown highlighting Signed-off-by: Florian Pritz --- system/application/models/file_mod.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'system/application/models/file_mod.php') diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php index fd49c30c0..e2698fe68 100644 --- a/system/application/models/file_mod.php +++ b/system/application/models/file_mod.php @@ -340,7 +340,8 @@ class File_mod extends Model { 'application/x-ruby' => 'rb', 'application/x-shellscript' => 'sh', 'application/x-x509-ca-cert' => 'text', - 'application/mbox' => 'text' + 'application/mbox' => 'text', + 'application/x-genesis-rom' => 'text' ); if (array_key_exists($type, $typearray)) return $typearray[$type]; -- cgit v1.2.3-24-g4f1b