From: Joey Hess Date: Sat, 23 May 2009 09:33:08 +0000 (-0400) Subject: update X-Git-Tag: 3.14~10 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=8ba98ad1dcbffe32150745c98d72512a6fa6149e;p=ikiwiki.git update --- diff --git a/IkiWiki/Plugin/highlight.pm b/IkiWiki/Plugin/highlight.pm index f116c41dd..90e7053d9 100644 --- a/IkiWiki/Plugin/highlight.pm +++ b/IkiWiki/Plugin/highlight.pm @@ -26,7 +26,7 @@ sub getsetup () { tohighlight => { type => "string", example => ".c .h .cpp .pl .py Makefile:make", - description => "source files to syntax highlight", + description => "types of source files to syntax highlight", safe => 1, rebuild => 1, },