mirror of
https://github.com/klaussilveira/gitlist.git
synced 2025-11-17 11:10:57 +01:00
added file type mapping for scala files in order to provide syntax highlighting for scala files in blow view
This commit is contained in:
@@ -52,6 +52,7 @@ class Repository
|
|||||||
'r' => 'r',
|
'r' => 'r',
|
||||||
'sh' => 'shell',
|
'sh' => 'shell',
|
||||||
'ss' => 'scheme',
|
'ss' => 'scheme',
|
||||||
|
'scala' => 'text/x-scala',
|
||||||
'scm' => 'scheme',
|
'scm' => 'scheme',
|
||||||
'sls' => 'scheme',
|
'sls' => 'scheme',
|
||||||
'sps' => 'scheme',
|
'sps' => 'scheme',
|
||||||
|
|||||||
Reference in New Issue
Block a user