From 767e3be294ddf018f0aafda3edb1af1b48d1dc56 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Thu, 27 Apr 2023 11:30:50 +0200 Subject: use `python-pygments` instead of `highlight` for pretty-printing git blobs (rn cgit is not packaged correctly to use highlight) --- container.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'container.scm') diff --git a/container.scm b/container.scm index b31fcb0..60254d6 100644 --- a/container.scm +++ b/container.scm @@ -133,7 +133,7 @@ "favicon=/cgit-static/favicon.ico" ,(g-string-append "source-filter=" - cgit "/lib/cgit/filters/syntax-highlighting.sh") + cgit "/lib/cgit/filters/syntax-highlighting.py") "snapshots=tar.gz zip" "project-list=/var/lib/gitolite3/projects.list" "remove-suffix=1" -- cgit v1.2.3