Throw another source highlighting option into the ring
authorbremner <bremner@web>
Sat, 14 Feb 2009 13:36:28 +0000 (08:36 -0500)
committerJoey Hess <joey@kitenet.net>
Sat, 14 Feb 2009 13:36:28 +0000 (08:36 -0500)
doc/todo/syntax_highlighting.mdwn

index d9a791c6f9e823695a9fe9eab768293894808bd3..ca701e0d0a5c3b20756f0bbd047ee3e9e7a97e4c 100644 (file)
@@ -26,6 +26,11 @@ pages, as well as doing syntax highlighting as a preprocessor directive
 * [[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=795f888a2c1b17f6d90a8f01f74b09395f0738d5) 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).
+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]]
+
 ## General problems
 
 * Using non-perl syntax highlighting backends is slow. I'd prefer either