Indefero

Indefero Commit Details


Date:2010-10-31 12:18:20 (14 years 1 month ago)
Author:Thomas Keller
Branch:develop, feature-issue_links, feature.better-home, feature.content-md5, feature.diff-whitespace, feature.download-md5, feature.issue-links, feature.issue-of-others, feature.issue-summary, feature.search-filter, feature.webrepos, feature.wiki-default-page, master, release-1.1, release-1.2, release-1.3
Commit:c0ccdc768a4a5b49aeef0ccc385056ddd4ede599
Parents: 039ae01cfaadf6a70df3e5d013523e3f89ba4f76
Message:add a couple of file extensions which are supported by our in-tree version of prettyfy (closes issue 490)

Changes:

File differences

src/IDF/Views/Source.php
3535
3636
3737
38
39
40
41
42
38
39
40
41
42
4343
4444
4545
* Extension supported by the syntax highlighter.
*/
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', 'pas', 'perl', 'php', 'pl',
'pm', 'py', 'rb', 'sh', 'sitemap', 'skin', 'sln', 'svc', 'vala',
'vb', 'vbproj', 'wsdl', 'xhtml', 'xml', 'xsd', 'xsl', 'xslt');
'ascx', 'ashx', 'asmx', 'aspx', 'browser', 'bsh', 'c', 'cl', 'cc',
'config', 'cpp', 'cs', 'csh', 'csproj', 'css', 'cv', 'cyc', 'el', 'fs', 'hs',
'html', 'html', 'java', 'js', 'lisp', 'master', 'pas', 'perl', 'php', 'pl',
'pm', 'py', 'rb', 'scm', 'sh', 'sitemap', 'skin', 'sln', 'svc', 'vala',
'vb', 'vbproj', 'vbs', 'wsdl', 'xhtml', 'xml', 'xsd', 'xsl', 'xslt');
/**
* Display help on how to checkout etc.

Archive Download the corresponding diff file

Page rendered in 0.08417s using 14 queries.