diff options
author | Florian Pritz <bluewind@xssn.at> | 2010-08-15 00:24:21 +0200 |
---|---|---|
committer | Florian Pritz <bluewind@xssn.at> | 2010-08-15 00:24:21 +0200 |
commit | ff21586c7f54b27e8f342974dd8c778bf22a51c6 (patch) | |
tree | 9012ad5848cecf4e64bc38ee6010c6dd07325eed | |
parent | 89962ddc045a2c836e7365a03aa9e9de8406ff30 (diff) |
highlight makefiles
Signed-off-by: Florian Pritz <bluewind@xssn.at>
-rw-r--r-- | system/application/models/file_mod.php | 2 |
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', |