diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-23 00:09:14 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-23 00:09:14 -0400 |
commit | cdd1b58b386da575f3c73ab94ae72e5e66be797b (patch) | |
tree | 5c5b21d58eef656797303103106be1a50436602b /doc | |
parent | 21d6aded47d306fb44a60c1a8ad9331933cac855 (diff) | |
download | ikiwiki-cdd1b58b386da575f3c73ab94ae72e5e66be797b.tar ikiwiki-cdd1b58b386da575f3c73ab94ae72e5e66be797b.tar.gz |
remove commas in tohighlight list
Diffstat (limited to 'doc')
-rw-r--r-- | doc/plugins/highlight.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/highlight.mdwn b/doc/plugins/highlight.mdwn index 0cab8717b..5172af759 100644 --- a/doc/plugins/highlight.mdwn +++ b/doc/plugins/highlight.mdwn @@ -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 |