diff --git a/src/Util/Repository.php b/src/Util/Repository.php index 5337fac..f530438 100644 --- a/src/Util/Repository.php +++ b/src/Util/Repository.php @@ -28,7 +28,7 @@ class Repository 'groovy' => 'groovy', 'hs' => 'haskell', 'lhs' => 'haskell', - 'jsp' => 'htmlembedded', + 'jsp' => 'application/x-jsp', 'asp' => 'htmlembedded', 'aspx' => 'htmlembedded', 'html' => 'htmlmixed',