diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-22 22:57:03 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-22 22:57:03 -0400 |
commit | 8ae260015fa6ecd5aa39a84898f42837935c9953 (patch) | |
tree | 7fb1a89e05ce78611db7026bf1887bfe32592758 /doc/todo/syntax_highlighting | |
parent | 6c8dd33b7886641407d4036105c7a12c7e8e1dc0 (diff) | |
download | ikiwiki-8ae260015fa6ecd5aa39a84898f42837935c9953.tar ikiwiki-8ae260015fa6ecd5aa39a84898f42837935c9953.tar.gz |
highlight: New plugin supporting syntax highlighting of pretty much anything.
* debian/control: Add suggests for libhighlight-perl, although
that package is not yet created by Debian's highlight source package.
(See #529869)
Diffstat (limited to 'doc/todo/syntax_highlighting')
-rw-r--r-- | doc/todo/syntax_highlighting/discussion.mdwn | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/syntax_highlighting/discussion.mdwn b/doc/todo/syntax_highlighting/discussion.mdwn index 7a4095c65..27cb7084b 100644 --- a/doc/todo/syntax_highlighting/discussion.mdwn +++ b/doc/todo/syntax_highlighting/discussion.mdwn @@ -24,3 +24,5 @@ repository? --[[JasonBlevins]] >> [[sourcecode|todo/automatic_use_of_syntax_plugin_on_source_code_files/discussion]] >> plugin only adds the file extensions listed in the config. This shouldn't cause >> massive drop-down menu pollution. -- [[Will]] + +>>> That seems to be the way to go! --[[Joey]] |