// 200srchighlite
/**
 * Source-Highlight driver settings
 * http://www.gnu.org/software/src-highlite/
 */
$mime_drivers['horde']['srchighlite']['location'] = '/usr/bin/source-highlight';
$mime_drivers['horde']['srchighlite']['inline'] = true;
$mime_drivers['horde']['srchighlite']['handles'] = array(
    'text/x-csrc', 'text/x-c++src', 'text/x-java',
    'application/x-perl', 'application/x-python', 'text/x-c++src',
    'text/cpp');
$mime_drivers['horde']['srchighlite']['icons'] = array(
    'default'                  => 'text.png',
    'text/x-csrc'              => 'source-c.png',
    'text/x-c++src'            => 'source-c.png',
    'text/cpp'                 => 'source-c.png',
    'text/x-java'              => 'source-java.png');

