summaryrefslogtreecommitdiffstats
path: root/system/application/models
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xssn.at>2010-08-15 00:24:21 +0200
committerFlorian Pritz <bluewind@xssn.at>2010-08-15 00:24:21 +0200
commitff21586c7f54b27e8f342974dd8c778bf22a51c6 (patch)
tree9012ad5848cecf4e64bc38ee6010c6dd07325eed /system/application/models
parent89962ddc045a2c836e7365a03aa9e9de8406ff30 (diff)
highlight makefiles
Signed-off-by: Florian Pritz <bluewind@xssn.at>
Diffstat (limited to 'system/application/models')
-rw-r--r--system/application/models/file_mod.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php
index 07c3e5555..0acf52ccf 100644
--- a/system/application/models/file_mod.php
+++ b/system/application/models/file_mod.php
@@ -329,7 +329,7 @@ class File_mod extends Model {
'text/x-haskell' => 'hs',
'text/x-literate-haskell' => 'hs',
'text/x-subviewer' => 'sh',
- #'text/x-makefile' => 'make',
+ 'text/x-makefile' => 'make',
#'text/x-log' => 'log',
'text/html' => 'html',
'text/css' => 'css',