[PATCH] gitweb: add extensions to highlight feature map
From: Lénaïc Huard <hidden>
Date: 2016-06-15 22:52:16
added: hpp, m Signed-off-by: Lénaïc Huard <redacted> --- gitweb/gitweb.perl | 3 ++- 1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/gitweb/gitweb.perl b/gitweb/gitweb.perl
index 85d64b2..75e4854 100755
--- a/gitweb/gitweb.perl
+++ b/gitweb/gitweb.perl@@ -262,11 +262,12 @@ our %highlight_ext = ( # alternate extensions, see /etc/highlight/filetypes.conf 'h' => 'c', map { $_ => 'sh' } qw(bash zsh ksh), - map { $_ => 'cpp' } qw(cxx c++ cc), + map { $_ => 'cpp' } qw(cxx c++ cc hpp), map { $_ => 'php' } qw(php3 php4 php5 phps), map { $_ => 'pl' } qw(perl pm), # perhaps also 'cgi' map { $_ => 'make'} qw(mak mk), map { $_ => 'xml' } qw(xhtml html htm), + 'm' => 'objc', ); # You define site-wide feature defaults here; override them with
--
1.7.7