Merge pull request #6598 from lolozere/master

Add support mimetype
This commit is contained in:
Thomas Müller 2014-01-01 15:25:28 -08:00
commit ac3f83ca0d
1 changed files with 3 additions and 0 deletions

View File

@ -108,4 +108,7 @@ return array(
'cc' => 'text/x-c',
'cpp' => 'text/x-c++src',
'c++' => 'text/x-c++src',
'sh' => 'text/x-shellscript',
'bash' => 'text/x-shellscript',
'sh-lib' => 'text/x-shellscript',
);