]> scripts.mit.edu Git - www/ikiwiki.git/blobdiff - doc/plugins/highlight.mdwn
remove commas in tohighlight list
[www/ikiwiki.git] / doc / plugins / highlight.mdwn
index 0cab8717b4503f3b689494c1820f38f2a295bc8c..5172af75901ce6aa8cd7c6eab3adc70c1b32f7c0 100644 (file)
@@ -19,7 +19,7 @@ setup file to control which files should be syntax highlighted.
 Here is a typical setting for it, enabling highlighting for files
 with the extensions .c, etc, and also for any files named "Makefile".
 
-       tohighlight => .c, .h, .cpp, .pl, .py, Makefile:make",
+       tohighlight => ".c .h .cpp .pl .py Makefile:make",
 
 It knows what language to use for most filename extensions (see
 `/etc/highlight/filetypes.conf` for a partial list), but if you want to