diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 17:27:47 -0400 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-10-10 17:27:47 -0400 | 
| commit | a0c68e241466941970a87fd0794b20eb57c0443b (patch) | |
| tree | 2697d6f1adda7ecca37215a20a2b8e42837135e2 /modules | |
| parent | f7446e399ba8d2dd2ca64b63d2c803934b808e89 (diff) | |
switch to py for syntax highlighting
Diffstat (limited to '')
| -rw-r--r-- | modules/git/cgit.nix | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/modules/git/cgit.nix b/modules/git/cgit.nix index 7e2d206..75afc68 100644 --- a/modules/git/cgit.nix +++ b/modules/git/cgit.nix @@ -22,7 +22,7 @@ in {        enable-commit-graph = true;        enable-follow-links = true; -      source-filter = "${cgit}/lib/cgit/filters/syntax-highlighting.sh"; +      source-filter = "${cgit}/lib/cgit/filters/syntax-highlighting.py";        about-filter = "${cgit}/lib/cgit/filters/about-formatting.sh";        head-include = "/config/modules/git/cgit-dist/cgit_theme.css"; | 
