Added javascript highlightment support (http://pastie.textmate.org/50774/)

git-svn-id: http://redmine.rubyforge.org/svn/trunk@716 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2007-09-07 21:30:46 +00:00
parent 7e4611ad31
commit 27d6da9457
2 changed files with 177 additions and 0 deletions

View File

@@ -84,6 +84,7 @@ module FileType
'cpp' => :c,
'c' => :c,
'h' => :c,
'js' => :javascript,
'xml' => :xml,
'htm' => :html,
'html' => :html,