diff options
| author | Arun Isaac | 2026-08-04 01:18:12 +0100 |
|---|---|---|
| committer | Arun Isaac | 2026-08-04 13:24:54 +0100 |
| commit | 685db9d6fd90b76a8314a21328217039932b6070 (patch) | |
| tree | f26b5795631487c122dc84b41ae6654158d08827 /doc | |
| parent | 321bfd3891c23fceba2660ff68a17febb6083465 (diff) | |
| download | guix-forge-685db9d6fd90b76a8314a21328217039932b6070.tar.gz guix-forge-685db9d6fd90b76a8314a21328217039932b6070.tar.lz guix-forge-685db9d6fd90b76a8314a21328217039932b6070.zip | |
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.
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/forge.skb | 6 |
1 files changed, 3 insertions, 3 deletions
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]) |
