Fix C# syntax highlighting, add highlighting for Visual Studio project files

This commit is contained in:
Daniel G. Taylor
2012-07-16 09:35:39 -07:00
parent c64cecf94f
commit 62e4bb82f6

View File

@@ -15,7 +15,7 @@ class Repository
'cpp' => 'clike',
'm' => 'clike',
'mm' => 'clike',
'cs' => 'csharp',
'cs' => 'text/x-csharp',
'java' => 'java',
'clj' => 'clojure',
'coffee' => 'coffeescript',
@@ -88,6 +88,7 @@ class Repository
'gif' => 'image',
'jpeg' => 'image',
'bmp' => 'image',
'csproj' => 'xml',
);
public function __construct(Application $app)