diff options
author | Joey Hess <joey@gnu.kitenet.net> | 2009-05-23 05:17:26 -0400 |
---|---|---|
committer | Joey Hess <joey@gnu.kitenet.net> | 2009-05-23 05:17:26 -0400 |
commit | 47298b01c1921deff7e056406245a90f8371bd59 (patch) | |
tree | 60d783b258d444c122120abc5821d0ba6b9ccb2c /debian | |
parent | cdd1b58b386da575f3c73ab94ae72e5e66be797b (diff) |
allow format to use any language supported by highlight
format: Provide a htmlizefallback hook that other plugins can use to
handle formats that are not suitable for general-purpose htmlize hooks.
highlight: Use the hook to allow formatting of any language/extension,
without it needing to be enabled for standalone source files.
highlight: If the highlight perl binding is not available, fallback
safely to a passthrough mode.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog index db3e32cda..8088fa705 100644 --- a/debian/changelog +++ b/debian/changelog @@ -5,6 +5,9 @@ ikiwiki (3.14) UNRELEASED; urgency=low * debian/control: Add suggests for libhighlight-perl, although that package is not yet created by Debian's highlight source package. (See #529869) + * format: Provide a htmlizefallback hook that other plugins + can use to handle formats that are not suitable for general-purpose + htmlize hooks. Used by highlight. -- Joey Hess <joeyh@debian.org> Fri, 22 May 2009 22:03:12 -0400 |