Add support mimetype

Add support mimetype for extension .sh, .bash and .sh-lib
This commit is contained in:
lolozere 2014-01-01 14:09:02 +01:00
parent 4c179850ab
commit d5382ac05d
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',
);