diff options
-rw-r--r-- | IkiWiki/Plugin/highlight.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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, }, |