From 85ed18437d8c0b398531d97f38ac0dd1449f7cc6 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sat, 2 Feb 2013 19:10:55 +0100 Subject: Add tex highlighting Signed-off-by: Florian Pritz --- application/models/mfile.php | 1 + 1 file changed, 1 insertion(+) 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', -- cgit v1.2.3-24-g4f1b