From f06e4473b35eef5d7d0314f6c9493ebcf9f9fe6d Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 7 Jul 2013 17:24:36 +0200 Subject: Add .coffee extension mapping Signed-off-by: Florian Pritz --- application/models/mfile.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application/models/mfile.php') diff --git a/application/models/mfile.php b/application/models/mfile.php index e32ea6bf4..c56692c93 100644 --- a/application/models/mfile.php +++ b/application/models/mfile.php @@ -360,6 +360,7 @@ class Mfile extends CI_Model { $extension = substr($name, strrpos($name, ".") + 1); $extensionarray = array( + 'coffee' => 'coffee-script', 'mli' => 'ocaml', 'mll' => 'ocaml', 'ml' => 'ocaml', -- cgit v1.2.3-24-g4f1b