From b7a19db653ba364e29ef6713af8572b118ae87e5 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Thu, 26 Dec 2013 17:48:21 -0400 Subject: [PATCH] enable highlighting of some programming languages --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 4e7ce135e4..737579d30f 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -260,7 +260,7 @@ openid_cgiurl: http://git-annex.branchable.com/ikiwiki.cgi # highlight plugin # types of source files to syntax highlight -tohighlight: '' +tohighlight: '.sh .hs .pl .c' # location of highlight's filetypes.conf filetypes_conf: /etc/highlight/filetypes.conf # location of highlight's langDefs directory