Skip to content
Snippets Groups Projects
Commit d5382ac0 authored by lolozere's avatar lolozere
Browse files

Add support mimetype

Add support mimetype for extension .sh, .bash and .sh-lib
parent 4c179850
No related branches found
No related tags found
No related merge requests found
......@@ -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',
);
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment