diff options
author | bremner <bremner@web> | 2008-09-12 10:58:28 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2008-09-12 10:58:28 -0400 |
commit | 739d9293487cd1393d67f118921dbe061ea383ee (patch) | |
tree | f5e96ac9ca1a34d737bf04cff5e73b2a8328d75a /doc/plugins | |
parent | 9cf779de2f119a5cc77b8875db9acb30c749b613 (diff) |
change name of repo
Diffstat (limited to 'doc/plugins')
-rw-r--r-- | doc/plugins/contrib/sourcehighlight.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins/contrib/sourcehighlight.mdwn b/doc/plugins/contrib/sourcehighlight.mdwn index 0066c9b9f..0f1ab1b21 100644 --- a/doc/plugins/contrib/sourcehighlight.mdwn +++ b/doc/plugins/contrib/sourcehighlight.mdwn @@ -4,7 +4,7 @@ I noticed several places in the wiki talking about similar ideas, so I decided t I have implemented a simple wrapper around [source-highlight](http://www.gnu.org/software/src-highlite/). You can find the latest version in -[git](http://pivot.cs.unb.ca/git?p=ikiperl.git;a=blob_plain;f=IkiWiki/Plugin/sourcehighlight.pm;hb=HEAD). +[git](http://pivot.cs.unb.ca/git?p=ikiplugins.git;a=blob_plain;f=IkiWiki/Plugin/sourcehighlight.pm;hb=HEAD). You must specify `highlight_lang=>"foo,bar"` in your setup file. where foo and bar are the (source-supported) languages you want to highlight |