mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-18 11:40:57 +01:00
Fix C# syntax highlighting, add highlighting for Visual Studio project files
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user