summaryrefslogtreecommitdiffstats
path: root/application/models/file_mod.php
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2012-03-28 17:49:16 +0200
committerFlorian Pritz <bluewind@xinu.at>2012-03-28 17:50:04 +0200
commit255aadab81136b47b0f2160ea7af0715f596dc52 (patch)
treef5dfa4095c6981dd91233d0583da4be04275bf44 /application/models/file_mod.php
parent50bdd72578ca52a1d9a2c3f7387deedfb8faeb43 (diff)
add scheme highlighting
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/models/file_mod.php')
-rw-r--r--application/models/file_mod.php1
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',