Name: bamboo-plugin-highlight
Version: 2009.7.5
Build-type: Simple
Synopsis: A highlight middleware
Description:
It uses highlighting-kate to highlight any code inside pre / code with a class attribute hinting the language. It's a proper middleware that works on any html document.
License: GPL
License-file: LICENSE
Author: Wang, Jinjing
Maintainer: Wang, Jinjing <nfjinjing@gmail.com>
Build-Depends: base
Cabal-version: >= 1.2
category: Web
homepage: http://github.com/nfjinjing/bamboo-plugin-highlight/
data-files: readme.md, changelog.md
library
ghc-options: -Wall
build-depends: base >= 4 && < 5, bamboo >= 2009.6.9, hack >= 2009.5.19, hack-contrib >= 2009.6.9, bytestring, highlighting-kate, xhtml, hxt, mps >= 2009.5.13
hs-source-dirs: src/
exposed-modules:
Bamboo.Plugin.Highlight