diff options
Diffstat (limited to 'system/application/models')
-rw-r--r-- | system/application/models/file_mod.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/application/models/file_mod.php b/system/application/models/file_mod.php index faa9740dd..3aca81605 100644 --- a/system/application/models/file_mod.php +++ b/system/application/models/file_mod.php @@ -290,6 +290,7 @@ class File_mod extends Model { 'text/x-c++src' => 'cpp', 'text/x-patch' => 'diff', 'text/x-lua' => 'lua', + 'text/x-java' => 'java', 'text/x-haskell' => 'hs', 'text/x-literate-haskell' => 'hs', 'text/x-subviewer' => 'sh', |