diff options
| author | jwansek <eddie.atten.ea29@gmail.com> | 2024-02-12 15:45:08 +0000 | 
|---|---|---|
| committer | jwansek <eddie.atten.ea29@gmail.com> | 2024-02-12 15:45:08 +0000 | 
| commit | c93144f7f91c43341d5901c470e4ce880ad142e2 (patch) | |
| tree | 487755c06035a0e12d8956b0ad22076e041a6b0b /cgit | |
| parent | 95a34e9de9eef195c0b31e513b688a0c3c85e631 (diff) | |
| download | git-scripts-c93144f7f91c43341d5901c470e4ce880ad142e2.tar.gz git-scripts-c93144f7f91c43341d5901c470e4ce880ad142e2.zip | |
Switched to using python syntax highlighting
Diffstat (limited to 'cgit')
| -rw-r--r-- | cgit/cgitrc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/cgit/cgitrc b/cgit/cgitrc index 11536f8..52f3cd9 100644 --- a/cgit/cgitrc +++ b/cgit/cgitrc @@ -38,7 +38,7 @@ virtual-root=/  css=/cgit-data/cgit.css  logo=/cgit-data/cgit.png  favicon=/cgit-data/favicon.ico -source-filter=/usr/libexec/cgit/filters/syntax-highlighting.sh +source-filter=/usr/libexec/cgit/filters/syntax-highlighting.py  about-filter=/usr/libexec/cgit/filters/about-formatting.sh  readme=:README.md  readme=:README | 
