Added a couple of mime types so that corresponding files can be viewed in the browser.

Added a simple (and not perfect) CodeRay scanner for php.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1070 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2008-01-16 20:45:13 +00:00
parent ad25d15d6c
commit 18066ba8bf
3 changed files with 175 additions and 1 deletions

View File

@@ -88,6 +88,10 @@ module FileType
'xml' => :xml,
'htm' => :html,
'html' => :html,
'php' => :php,
'php3' => :php,
'php4' => :php,
'php5' => :php,
'xhtml' => :xhtml,
'raydebug' => :debug,
'rhtml' => :rhtml,