From 89780b0317530024163b9bebecd8791a422bc3f5 Mon Sep 17 00:00:00 2001 From: Loic d'Anterroches Date: Mon, 17 May 2010 12:53:17 +0200 Subject: [PATCH] Fixed ticket 466, Mac OS-friendly source viewing / syntax highlighting. --- src/IDF/Views/Source.php | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/IDF/Views/Source.php b/src/IDF/Views/Source.php index e979084..0db7387 100644 --- a/src/IDF/Views/Source.php +++ b/src/IDF/Views/Source.php @@ -37,9 +37,10 @@ class IDF_Views_Source 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'); + 'html', 'html', 'java', 'js', 'm', 'master', 'pch', 'perl', 'php', + 'pl', 'plist', 'pm', 'py', 'rb', 'sh', 'sitemap', 'skin', 'sln', + 'svc', 'vala', 'vb', 'vbproj', 'wsdl', 'xhtml', 'xml', 'xsd', + 'xsl', 'xslt'); /** * Display help on how to checkout etc.