From 255aadab81136b47b0f2160ea7af0715f596dc52 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Wed, 28 Mar 2012 17:49:16 +0200 Subject: add scheme highlighting Signed-off-by: Florian Pritz --- application/models/file_mod.php | 1 + 1 file changed, 1 insertion(+) (limited to 'application') 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', -- cgit v1.2.3-24-g4f1b