]> sipb.mit.edu Git - ikiwiki.git/commitdiff
update
authorJoey Hess <joey@gnu.kitenet.net>
Sat, 23 May 2009 09:33:08 +0000 (05:33 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Sat, 23 May 2009 09:33:08 +0000 (05:33 -0400)
IkiWiki/Plugin/highlight.pm

index f116c41ddc0d14b08c2e017b0e36c6daea9fc890..90e7053d92d42d4b3f4e760c23aa537471e72e44 100644 (file)
@@ -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,
                },