]> git.vanrenterghem.biz Git - git.ikiwiki.info.git/commitdiff
link
authorJoey Hess <joey@gnu.kitenet.net>
Thu, 21 May 2009 20:06:05 +0000 (16:06 -0400)
committerJoey Hess <joey@gnu.kitenet.net>
Thu, 21 May 2009 20:06:05 +0000 (16:06 -0400)
doc/todo/syntax_highlighting.mdwn

index f37a36587fd9e222dfc8467e464775c7e6d75bf8..576d456f3d3f9cf7055663fcc20e96dc8923cbf1 100644 (file)
@@ -30,7 +30,7 @@ things easier for the user.
 * [[users/jasonblevins]]'s code plugin uses src-highlight, and supports both
   while file and directive use.
 
-* [hlsimple](http://pivot.cs.unb.ca/git/?p=ikiplugins.git;a=blob_plain;f=IkiWiki/Plugin/hlsimple.pm;hb=HEAD) is a wrapper for the the perl module Syntax::Highlight::Engine::Simple.  This is pure perl, pretty simple, uses css. It ought to be pretty fast (according to the author, and just because it is not external).
+* [hlsimple](http://pivot.cs.unb.ca/git/?p=ikiplugins.git;a=blob_plain;f=IkiWiki/Plugin/hlsimple.pm;hb=HEAD) is a wrapper for the the perl module [[!cpan Syntax::Highlight::Engine::Simple]].  This is pure perl, pretty simple, uses css. It ought to be pretty fast (according to the author, and just because it is not external).
 On the other hand, there are not many predefined languages yet.  Defining language syntaxes is about as much 
 work as source-highlight, but in perl.  I plan to package the base module for debian. Perhaps after the author 
 releases the 5 or 6 language definitions he has running on his web site, it might be suitable for inclusion in ikiwiki. [[DavidBremner]]