From fbcf94bf44d19d1addd5ccd3720e81e54c5d00ea Mon Sep 17 00:00:00 2001 From: cassowary Date: Mon, 27 Jul 2026 14:14:54 -0700 Subject: [PATCH] enable syntax highlighting (hopefully) --- gitweb_config.perl | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gitweb_config.perl b/gitweb_config.perl index 13f6bbd..2695211 100644 --- a/gitweb_config.perl +++ b/gitweb_config.perl @@ -11,3 +11,5 @@ our $omit_owner = 1; our $projects_list_description_width = 150; our $default_projects_order = 'age'; + +$feature{highlight}{default} = [1]; -- 1.8.3.1