From cb59ee81ad0e5cd0e4daec517fa66ff51d4e4e8c Mon Sep 17 00:00:00 2001 From: Knut Haugen Date: Fri, 16 Nov 2012 14:24:33 +0100 Subject: [PATCH] added file type mapping for scala files in order to provide syntax highlighting for scala files in blow view --- src/GitList/Util/Repository.php | 1 + 1 file changed, 1 insertion(+) diff --git a/src/GitList/Util/Repository.php b/src/GitList/Util/Repository.php index e158b95..80d783d 100644 --- a/src/GitList/Util/Repository.php +++ b/src/GitList/Util/Repository.php @@ -52,6 +52,7 @@ class Repository 'r' => 'r', 'sh' => 'shell', 'ss' => 'scheme', + 'scala' => 'text/x-scala', 'scm' => 'scheme', 'sls' => 'scheme', 'sps' => 'scheme',