Add sh as alias for shell
authorMichael M Slusarz <slusarz@curecanti.org>
Wed, 1 Dec 2010 17:26:32 +0000 (10:26 -0700)
committerMichael M Slusarz <slusarz@curecanti.org>
Wed, 1 Dec 2010 17:28:28 +0000 (10:28 -0700)
framework/Mime_Viewer/lib/Horde/Mime/Viewer/Syntaxhighlighter.php

index b4c0eb2..18b9513 100644 (file)
@@ -170,6 +170,7 @@ class Horde_Mime_Viewer_Syntaxhighlighter extends Horde_Mime_Viewer_Base
             return 'Xml';
 
         case 'bash':
+        case 'sh':
         case 'shell':
             return 'Bash';