diff options
author | Florian Pritz <bluewind@xinu.at> | 2013-02-02 19:10:55 +0100 |
---|---|---|
committer | Florian Pritz <bluewind@xinu.at> | 2013-02-02 19:10:55 +0100 |
commit | 85ed18437d8c0b398531d97f38ac0dd1449f7cc6 (patch) | |
tree | 65744c99d53bbb729442783fcd37898369780ad6 /application/models/mfile.php | |
parent | de01ef82b2e6275b7e68caa8c18bd6b8251c0d0b (diff) |
Add tex highlighting
Signed-off-by: Florian Pritz <bluewind@xinu.at>
Diffstat (limited to 'application/models/mfile.php')
-rw-r--r-- | application/models/mfile.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/application/models/mfile.php b/application/models/mfile.php index bf0a4362e..99e630efe 100644 --- a/application/models/mfile.php +++ b/application/models/mfile.php @@ -278,6 +278,7 @@ class Mfile extends CI_Model { 'text/css' => 'css', 'text/x-ocaml' => 'ocaml', 'text/x-tcl' => 'tcl', + 'text/x-tex' => 'tex', 'message/rfc822' => 'text', #'image/svg+xml' => 'xml', 'application/x-perl' => 'perl', |