Add *.pas ([object] pascal) to the list of supported source extensions

master
Thomas Keller 2010-10-22 16:11:04 +02:00
parent 0af51d90ba
commit c807c4b734
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ 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',
'html', 'html', 'java', 'js', 'master', 'pas', 'perl', 'php', 'pl',
'pm', 'py', 'rb', 'sh', 'sitemap', 'skin', 'sln', 'svc', 'vala',
'vb', 'vbproj', 'wsdl', 'xhtml', 'xml', 'xsd', 'xsl', 'xslt');