aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/syntax_highlighting.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@gnu.kitenet.net>2009-05-21 17:37:52 -0400
committerJoey Hess <joey@gnu.kitenet.net>2009-05-21 17:37:52 -0400
commitebe7fbae1889cd7ac4ef375bb8903f2b628c9606 (patch)
tree0cd2a04785b1b75e390330a91f83ce7b722d621b /doc/todo/syntax_highlighting.mdwn
parent3adacbac47386b235074cdf39824af6758a1b282 (diff)
downloadikiwiki-ebe7fbae1889cd7ac4ef375bb8903f2b628c9606.tar
ikiwiki-ebe7fbae1889cd7ac4ef375bb8903f2b628c9606.tar.gz
source-highlight C++ library
Diffstat (limited to 'doc/todo/syntax_highlighting.mdwn')
-rw-r--r--doc/todo/syntax_highlighting.mdwn4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/todo/syntax_highlighting.mdwn b/doc/todo/syntax_highlighting.mdwn
index f269aeb7c..2bbaeedfa 100644
--- a/doc/todo/syntax_highlighting.mdwn
+++ b/doc/todo/syntax_highlighting.mdwn
@@ -48,7 +48,9 @@ releases the 5 or 6 language definitions he has running on his web site, it migh
By comparison, source-highlight can do about 5000 lines of C code per
second... And launching the program 100 times on an empty file takes about
- 5 seconds.
+ 5 seconds, which isn't bad. And, it has a C++ library, which it
+ seems likely perl bindings could be written for, to eliminate
+ even that overhead.
* Engines that already support a wide variety of file types are of
course preferred. If the engine doesn't support a particular type