From: cassowary Date: Mon, 27 Jul 2026 21:14:54 +0000 (-0700) Subject: enable syntax highlighting (hopefully) X-Git-Url: https://www.git.cassowary.me/gitweb.cgi?a=commitdiff_plain;h=fbcf94bf44d19d1addd5ccd3720e81e54c5d00ea;p=gitweb-theme.git enable syntax highlighting (hopefully) --- 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];