]> Lady’s Gitweb - Gitweb/blobdiff - gitweb.perl
gitweb: add extensions to highlight feature map
[Gitweb] / gitweb.perl
index 6c74e40bebdce4b8e5d89c0fbb3fbaf0cc5d8a9260c0f4abdbfc11fd14187f83..275c32d0bbb1a67bffed8ca7249711af0ee85c64aad3776a155d73b9177629dd 100755 (executable)
@@ -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),
 );
 
This page took 0.37434 seconds and 4 git commands to generate.