aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Highlighting.hs
AgeCommit message (Expand)Author
2017-06-02hlint suggestions.John MacFarlane
2017-05-13Update dates in copyright noticesAlbert Krewinkel
2017-03-30Allow dynamic loading of syntax definitions.John MacFarlane
2017-03-13Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane
2017-02-05Split pandoc.hs into a module, Text.Pandoc.App, and a small program.John MacFarlane
2017-01-29Removed unneeded imports.John MacFarlane
2017-01-25Update list of listings languages in Highlighting.John MacFarlane
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane
2016-03-22Updated copyright dates to include 2016.1.17.0.2John MacFarlane
2016-01-24Make language extensions trigger highlighting.John MacFarlane
2015-12-03Add support to GAPRaniere Silva
2015-11-22hlint changesJohn MacFarlane
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane
2014-06-17Highlighting: Let .numberLines work even if no language given.John MacFarlane
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel
2013-03-05LaTeX reader: Handle language attribute for lstlistings.John MacFarlane
2013-03-05Hide Text.Pandoc.Highlighting.John MacFarlane
2012-08-09Use safeRead instead of using reads directly (various modules).John MacFarlane
2012-05-17Added 'zenburn' highlight style from highlighting-kate.John MacFarlane
2012-01-25Depend on highlighting-kate 0.5.John MacFarlane
2011-12-28Preserve attributes in highlighted HTML.John MacFarlane
2011-12-27Added `--highlight-style` and `--no-highlight` options.John MacFarlane
2011-12-27Highlighting: Add language as class name.John MacFarlane
2011-12-26Updated highlighting for highlighting-kate 0.4.John MacFarlane
2011-12-23LaTeX writer: Implemented syntax highlighting for CodeBlocks.John MacFarlane
2011-12-22Removed highlighting flag. Highlighting support is now standard.John MacFarlane
2011-12-22Changed types of highlighting functions.John MacFarlane
2011-12-19Added highlightLaTeX stub when not compiled w/ highlighting.John MacFarlane
2011-12-19Added highlightLaTeX to Text.Pandoc.Highlighting.John MacFarlane
2011-12-18HTML writer: Retain ID attribute in highlighted code blocks.John MacFarlane
2011-12-18Highlighting: Use reads instead of read.John MacFarlane
2011-12-17Use blaze-html instead of xhtml for HTML generation.John MacFarlane
2011-01-29Highlighting: Fixed non-highlighting-kate version of highlightHtml.John MacFarlane
2011-01-29Fixed highlighting for inline code.John MacFarlane
2009-12-31Removed redundant imports (found by ghc 6.12).fiddlosopher
2009-12-31Removed unneeded LANGUAGE pragmas.fiddlosopher
2009-11-21Modified html+lhs output to use 'haskell' highlighter.fiddlosopher
2009-07-03Export languagesByExtension in Text.Pandoc.Highlighting.fiddlosopher
2009-01-24Moved all haskell source to src subdirectory.fiddlosopher