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