diff options
Diffstat (limited to 'application/models')
-rw-r--r-- | application/models/file_mod.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/models/file_mod.php b/application/models/file_mod.php index 7968324b4..51557396a 100644 --- a/application/models/file_mod.php +++ b/application/models/file_mod.php @@ -428,6 +428,7 @@ class File_mod extends CI_Model { 'text/x-haskell' => 'haskell', 'text/x-literate-haskell' => 'haskell', 'text/x-subviewer' => 'bash', + 'text/x-scheme' => 'scheme', 'text/x-makefile' => 'make', #'text/x-log' => 'log', 'text/html' => 'xml', |