]> sipb.mit.edu Git - ikiwiki.git/blobdiff - IkiWiki/Plugin/highlight.pm
update
[ikiwiki.git] / 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,
                },