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',
|
'cpp' => 'clike',
|
||||||
'm' => 'clike',
|
'm' => 'clike',
|
||||||
'mm' => 'clike',
|
'mm' => 'clike',
|
||||||
'cs' => 'csharp',
|
'cs' => 'text/x-csharp',
|
||||||
'java' => 'java',
|
'java' => 'java',
|
||||||
'clj' => 'clojure',
|
'clj' => 'clojure',
|
||||||
'coffee' => 'coffeescript',
|
'coffee' => 'coffeescript',
|
||||||
@@ -88,6 +88,7 @@ class Repository
|
|||||||
'gif' => 'image',
|
'gif' => 'image',
|
||||||
'jpeg' => 'image',
|
'jpeg' => 'image',
|
||||||
'bmp' => 'image',
|
'bmp' => 'image',
|
||||||
|
'csproj' => 'xml',
|
||||||
);
|
);
|
||||||
|
|
||||||
public function __construct(Application $app)
|
public function __construct(Application $app)
|
||||||
|
|||||||
Reference in New Issue
Block a user