Download this file
 GeSHi language file
$ext_lang = array (
  "py" => "python",
  "c"  => "c",
  "pl" => "perl",
  "pm" => "perl",
  "tex" => "latex",
  "cls" => "latex",
  "patch" => "diff",
  "awk" => "awk",
  "po" => "gettext",
  "css" => "css",
  "js" => "javascript",
  "php" => "php",
);

# Unix #! script header => GeSHi language file
$head_lang = array (
  "/bin/bash" => "bash",
  "/bin/sh" => "bash",
  "/usr/bin/perl" => "perl",
  "/usr/bin/python" => "python",
);
# end configuration
?>