From: Joey Hess Date: Sat, 23 May 2009 09:33:08 +0000 (-0400) Subject: update X-Git-Url: https://scripts.mit.edu/gitweb/www/ikiwiki.git/commitdiff_plain/8ba98ad1dcbffe32150745c98d72512a6fa6149e?hp=a9970df0bfd3d982def2747b4576cea54b211b0f 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, },