Added ticket 419, render for .net files.
This commit is contained in:
parent
7b0ece42f0
commit
119faf55cf
@ -34,12 +34,12 @@ class IDF_Views_Source
|
|||||||
/**
|
/**
|
||||||
* Extension supported by the syntax highlighter.
|
* Extension supported by the syntax highlighter.
|
||||||
*/
|
*/
|
||||||
public static $supportedExtenstions = array('c', 'cc', 'cpp', 'cs', 'css',
|
public static $supportedExtenstions = array(
|
||||||
'cyc', 'java', 'bsh', 'csh',
|
'ascx', 'ashx', 'asmx', 'aspx', 'browser', 'bsh', 'c', 'cc',
|
||||||
'sh', 'cv', 'py', 'perl', 'php',
|
'config', 'cpp', 'cs', 'csh', 'csproj', 'css', 'cv', 'cyc',
|
||||||
'pl', 'pm', 'rb', 'js', 'html',
|
'html', 'html', 'java', 'js', 'master', 'perl', 'php', 'pl',
|
||||||
'html', 'vala', 'xhtml', 'xml',
|
'pm', 'py', 'rb', 'sh', 'sitemap', 'skin', 'sln', 'svc', 'vala',
|
||||||
'xsl');
|
'vb', 'vbproj', 'wsdl', 'xhtml', 'xml', 'xsd', 'xsl', 'xslt');
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Display help on how to checkout etc.
|
* Display help on how to checkout etc.
|
||||||
|
Loading…
Reference in New Issue
Block a user