X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/bae6e4d4bba5faeb98826bc35902434a5b9a8393ffa5974db7520acf2adb9bf4..89c1fb3478173d8eb5633f41cb98da4aa31f30fbed58573f5ca01972ded20af8:/gitweb.perl?ds=sidebyside diff --git a/gitweb.perl b/gitweb.perl index 9056af8..275c32d 100755 --- a/gitweb.perl +++ b/gitweb.perl @@ -251,13 +251,14 @@ our %highlight_ext = ( # main extensions, defining name of syntax; # see files in /usr/share/highlight/langDefs/ directory map { $_ => $_ } - qw(py c cpp rb java css php sh pl js tex bib xml awk bat ini spec tcl), + qw(py c cpp rb java css php sh pl js tex bib xml awk bat ini spec tcl sql make), # alternate extensions, see /etc/highlight/filetypes.conf 'h' => 'c', + map { $_ => 'sh' } qw(bash zsh ksh), map { $_ => 'cpp' } qw(cxx c++ cc), - map { $_ => 'php' } qw(php3 php4), + map { $_ => 'php' } qw(php3 php4 php5 phps), map { $_ => 'pl' } qw(perl pm), # perhaps also 'cgi' - 'mak' => 'make', + map { $_ => 'make'} qw(mak mk), map { $_ => 'xml' } qw(xhtml html htm), ); @@ -3602,10 +3603,15 @@ EOF insert_file($site_header); } - print "