From ff21586c7f54b27e8f342974dd8c778bf22a51c6 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 15 Aug 2010 00:24:21 +0200 Subject: highlight makefiles Signed-off-by: Florian Pritz --- system/application/models/file_mod.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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', -- cgit v1.2.3-24-g4f1b