Add a simple java scanner.

git-svn-id: http://redmine.rubyforge.org/svn/trunk@1272 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang
2008-03-18 17:39:12 +00:00
parent 7673d69b96
commit 3e102f281d
2 changed files with 131 additions and 0 deletions

View File

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