From 8ba98ad1dcbffe32150745c98d72512a6fa6149e Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sat, 23 May 2009 05:33:08 -0400 Subject: [PATCH 1/1] update --- IkiWiki/Plugin/highlight.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }, -- 2.44.0