diff options
author | John MacFarlane <fiddlosopher@gmail.com> | 2012-05-17 18:54:41 -0700 |
---|---|---|
committer | John MacFarlane <fiddlosopher@gmail.com> | 2012-05-17 18:54:41 -0700 |
commit | b2340cd8746253a4d4484bfc9eef0f2929a35e5e (patch) | |
tree | e1df76131d40bb37c6e5441b2103e76c9fc7bac3 /src/Text/Pandoc | |
parent | 1f222b78c8c45996f1b8e0157d99eb10d9a01de3 (diff) | |
download | pandoc-b2340cd8746253a4d4484bfc9eef0f2929a35e5e.tar.gz |
Added 'zenburn' highlight style from highlighting-kate.
Depend on h-k 0.5.0.6.
Diffstat (limited to 'src/Text/Pandoc')
-rw-r--r-- | src/Text/Pandoc/Highlighting.hs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Text/Pandoc/Highlighting.hs b/src/Text/Pandoc/Highlighting.hs index 4fb799cf1..080acebee 100644 --- a/src/Text/Pandoc/Highlighting.hs +++ b/src/Text/Pandoc/Highlighting.hs @@ -39,6 +39,7 @@ module Text.Pandoc.Highlighting ( languages , styleToCss , pygments , espresso + , zenburn , tango , kate , monochrome |