From 119faf55cf05144da4a4ed95bc724e34dfc08265 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Mon, 12 Apr 2010 20:43:04 +0200 Subject: [PATCH] Added ticket 419, render for .net files. --- src/IDF/Views/Source.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/IDF/Views/Source.php b/src/IDF/Views/Source.php index 1251b59..e979084 100644 --- a/src/IDF/Views/Source.php +++ b/src/IDF/Views/Source.php @@ -34,12 +34,12 @@ class IDF_Views_Source /** * Extension supported by the syntax highlighter. */ - public static $supportedExtenstions = array('c', 'cc', 'cpp', 'cs', 'css', - 'cyc', 'java', 'bsh', 'csh', - 'sh', 'cv', 'py', 'perl', 'php', - 'pl', 'pm', 'rb', 'js', 'html', - 'html', 'vala', 'xhtml', 'xml', - 'xsl'); + public static $supportedExtenstions = array( + 'ascx', 'ashx', 'asmx', 'aspx', 'browser', 'bsh', 'c', 'cc', + 'config', 'cpp', 'cs', 'csh', 'csproj', 'css', 'cv', 'cyc', + 'html', 'html', 'java', 'js', 'master', 'perl', 'php', 'pl', + 'pm', 'py', 'rb', 'sh', 'sitemap', 'skin', 'sln', 'svc', 'vala', + 'vb', 'vbproj', 'wsdl', 'xhtml', 'xml', 'xsd', 'xsl', 'xslt'); /** * Display help on how to checkout etc.