diff options
author | Kevin Fenzi <kevin@scrye.com> | 2017-09-12 01:50:43 +0000 |
---|---|---|
committer | Kevin Fenzi <kevin@scrye.com> | 2017-09-12 01:50:43 +0000 |
commit | 40a7012c75d1fdf4173080c4729518e973f6c86a (patch) | |
tree | 1a0957a0e355c38eb58f4aa153d37d33e7458bad | |
parent | 6d108f0812e45a4fd8ced2207a05f65e3d4423b4 (diff) | |
download | ansible-40a7012c75d1fdf4173080c4729518e973f6c86a.tar.gz ansible-40a7012c75d1fdf4173080c4729518e973f6c86a.tar.xz ansible-40a7012c75d1fdf4173080c4729518e973f6c86a.zip |
add highlighting for cgit on pkgs. ticket 6333
-rw-r--r-- | roles/distgit/files/cgitrc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/distgit/files/cgitrc b/roles/distgit/files/cgitrc index a84fe2d15..fb1c5db7c 100644 --- a/roles/distgit/files/cgitrc +++ b/roles/distgit/files/cgitrc @@ -60,7 +60,7 @@ mimetype.png=image/png mimetype.svg=image/svg+xml # Enable syntax highlighting (requires the highlight package) -#source-filter=/usr/libexec/cgit/filters/syntax-highlighting.sh +source-filter=/usr/libexec/cgit/filters/syntax-highlighting.sh #email-filter=lua:/usr/libexec/cgit/filters/email-libravatar-korg.lua |