aboutsummaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/private/mimetypes.list.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/private/mimetypes.list.php b/lib/private/mimetypes.list.php
index 3034c2777f7..740982910e0 100644
--- a/lib/private/mimetypes.list.php
+++ b/lib/private/mimetypes.list.php
@@ -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',
);