aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/syntax_highlighting.mdwn
diff options
context:
space:
mode:
authorbremner <bremner@web>2009-02-14 08:36:28 -0500
committerJoey Hess <joey@kitenet.net>2009-02-14 08:36:28 -0500
commite159545ba720ab0ed37f5e71c7fd04e9befcbfc0 (patch)
treedb754b7446e39e35bef99ce605c0bb69dc484b61 /doc/todo/syntax_highlighting.mdwn
parent0bf554ce06746ca4d6b9ecc92ea149144c797508 (diff)
downloadikiwiki-e159545ba720ab0ed37f5e71c7fd04e9befcbfc0.tar
ikiwiki-e159545ba720ab0ed37f5e71c7fd04e9befcbfc0.tar.gz
Throw another source highlighting option into the ring
Diffstat (limited to 'doc/todo/syntax_highlighting.mdwn')
-rw-r--r--doc/todo/syntax_highlighting.mdwn5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/todo/syntax_highlighting.mdwn b/doc/todo/syntax_highlighting.mdwn
index d9a791c6f..ca701e0d0 100644
--- a/doc/todo/syntax_highlighting.mdwn
+++ b/doc/todo/syntax_highlighting.mdwn
@@ -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