Skip to content

Commit

Permalink
Fix C# syntax highlighting, add highlighting for Visual Studio projec…
Browse files Browse the repository at this point in the history
…t files
  • Loading branch information
danielgtaylor committed Jul 16, 2012
1 parent c64cecf commit 62e4bb8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/GitList/Util/Repository.php
Expand Up @@ -15,7 +15,7 @@ class Repository
'cpp' => 'clike',
'm' => 'clike',
'mm' => 'clike',
'cs' => 'csharp',
'cs' => 'text/x-csharp',
'java' => 'java',
'clj' => 'clojure',
'coffee' => 'coffeescript',
Expand Down Expand Up @@ -88,6 +88,7 @@ class Repository
'gif' => 'image',
'jpeg' => 'image',
'bmp' => 'image',
'csproj' => 'xml',
);

public function __construct(Application $app)
Expand Down

0 comments on commit 62e4bb8

Please sign in to comment.