From 406c56f7d073ca5936432dc9019572cd81d5bebb Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 19 Dec 2005 20:19:00 +0000 Subject: [PATCH] Add tpl to the HTML4STRICT processor --- includes/file_types.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/includes/file_types.php b/includes/file_types.php index 86f61b3..6ba617f 100644 --- a/includes/file_types.php +++ b/includes/file_types.php @@ -43,6 +43,7 @@ $filetypes = array( 'php' => array('php', '', false), 'htm' => array('html4strict', '', false), 'html' => array('html4strict', '', false), + 'tpl' => array('html4strict', '', false), 'sql' => array('sql', '', false), 'xml' => array('xml', '', false), 'js' => array('javascript', '', false), @@ -60,7 +61,8 @@ $filetypes = array( 'asp' => array('asp', '', false), 'pl' => array('perl', '', false), 'py' => array('python', '', false), - 'cgi' => array('pl', '', false) + 'cgi' => array('pl', '', false), + 'cs' => array('csharp', '', false) ); /*=====================================================================*\ -- 2.22.5