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

