From 685db9d6fd90b76a8314a21328217039932b6070 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 4 Aug 2026 01:18:12 +0100 Subject: cgit: Switch from Pygments to Chroma. Chroma is a lot faster than Pygments, probably in part due to it not incurring the Python interpreter startup overhead. Thus, it will perform better as a source filter, and will hold up well to the onslaught of the AI crawlers. --- doc/forge.skb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc') diff --git a/doc/forge.skb b/doc/forge.skb index 7a41487..607ef39 100644 --- a/doc/forge.skb +++ b/doc/forge.skb @@ -238,9 +238,9 @@ web. Our cgit service features] (itemize (item [clonable URLs via the smart HTTP protocol through ,(command [git-http-backend])]) - (item [syntax highlighting for a wide variety of -programming languages using ,(ref :url "https://pygments.org/" :text -"Pygments")]) + (item [syntax highlighting for a wide variety of programming +languages using ,(ref :url "https://github.com/alecthomas/chroma" :text +"Chroma")]) (item [rendering markdown, org mode, reStructuredText, man page, HTML or plain text README files in the ,(emph [About]) page]) (item [hiding full email addresses on cgit web pages]) -- cgit 1.4.1