Fixes #141 Syntax hightlightning for Java not working

This commit is contained in:
Danny van der Sluijs
2012-09-27 22:26:03 +02:00
parent 9746774472
commit a4d2df4efa

View File

@@ -16,7 +16,7 @@ class Repository
'm' => 'clike',
'mm' => 'clike',
'cs' => 'text/x-csharp',
'java' => 'java',
'java' => 'text/x-java',
'clj' => 'clojure',
'coffee' => 'coffeescript',
'css' => 'css',