blob: b35d83cec1f9088a916a2392ff572d9c65272453 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Highlight source code with python pygments-based highlighter
source-filter=/usr/lib/cgit/filters/syntax-highlighting.py
# Format markdown, restructuredtext, manpages, text files, and html files
# through the right converters
about-filter=/usr/lib/cgit/filters/about-formatting.sh
remove-suffix=1
readme=:README.md
scan-path=/repos
|