X-Git-Url: https://git.ladys.computer/Gitweb/blobdiff_plain/98c1838af2d0f491d453e3085a051f487224d181834b48eb5b8fd826e7158bbd..89c1fb3478173d8eb5633f41cb98da4aa31f30fbed58573f5ca01972ded20af8:/gitweb.perl diff --git a/gitweb.perl b/gitweb.perl index 6c74e40..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), );