aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Highlighting.hs
AgeCommit message (Expand)AuthorFilesLines
2021-04-25Writers: Recognize custom syntax definitions (#7241)Jan Tojnar1-5/+5
2021-01-08Update copyright notices for 2021 (#7012)Albert Krewinkel1-1/+1
2020-03-15Use implicit Prelude (#6187)Albert Krewinkel1-2/+0
2020-03-13Update copyright year (#6186)Albert Krewinkel1-1/+1
2019-11-12Switch to new pandoc-types and use Text instead of String [API change].despresc1-24/+22
2019-10-03Add additional listings languages.Wandmalfarbe1-0/+6
2019-04-03Add support for go with --listings.John MacFarlane1-0/+1
2019-03-01Remove license boilerplate.John MacFarlane1-18/+0
2019-02-04Add missing copyright notices and remove license boilerplate (#5112)Albert Krewinkel1-2/+2
2018-06-05Add missing re-export of "breezeDark" style (#4687)Adrian Sieber1-0/+1
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
2018-01-05Update copyright notices to include 2018Albert Krewinkel1-2/+2
2017-11-02Support `lineAnchors` (or `line-anchors`) in code blocks, for HTML.John MacFarlane1-0/+2
2017-11-02Use latest skylighting; ensure no duplicate ids on code lines.John MacFarlane1-2/+5
2017-10-27hlint suggestions.John MacFarlane1-1/+1
2017-06-02hlint suggestions.John MacFarlane1-3/+3
2017-05-13Update dates in copyright noticesAlbert Krewinkel1-2/+2
2017-03-30Allow dynamic loading of syntax definitions.John MacFarlane1-4/+5
2017-03-13Highlighting: highlighting now returns an Either rather than Maybe.John MacFarlane1-10/+9
2017-03-04Stylish-haskell automatic formatting changes.John MacFarlane1-5/+5
2017-02-05Split pandoc.hs into a module, Text.Pandoc.App, and a small program.John MacFarlane1-1/+13
2017-01-29Removed unneeded imports.John MacFarlane1-2/+0
2017-01-25Update list of listings languages in Highlighting.John MacFarlane1-54/+103
2016-12-23Updates to use skylighting rather than highlighting-kate.John MacFarlane1-13/+23
2016-03-22Updated copyright dates to include 2016.John MacFarlane1-2/+2
2016-01-24Make language extensions trigger highlighting.John MacFarlane1-1/+2
2015-12-03Add support to GAPRaniere Silva1-1/+2
2015-11-22hlint changesJohn MacFarlane1-3/+1
2015-11-09Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly."John MacFarlane1-1/+0
2015-11-08Use -XNoImplicitPrelude and 'import Prelude' explicitly.John MacFarlane1-0/+1
2015-04-26Updated copyright notices to -2015. Closes #2111.John MacFarlane1-2/+2
2014-06-17Highlighting: Let .numberLines work even if no language given.John MacFarlane1-1/+6
2014-05-09Update copyright notices for 2014, add missing noticesAlbert Krewinkel1-2/+2
2013-03-05LaTeX reader: Handle language attribute for lstlistings.John MacFarlane1-1/+2
2013-03-05Hide Text.Pandoc.Highlighting.John MacFarlane1-0/+70
2012-08-09Use safeRead instead of using reads directly (various modules).John MacFarlane1-3/+4
2012-05-17Added 'zenburn' highlight style from highlighting-kate.John MacFarlane1-0/+1
2012-01-25Depend on highlighting-kate 0.5.John MacFarlane1-1/+1
2011-12-28Preserve attributes in highlighted HTML.John MacFarlane1-1/+2
2011-12-27Added `--highlight-style` and `--no-highlight` options.John MacFarlane1-0/+6
2011-12-27Highlighting: Add language as class name.John MacFarlane1-1/+1
2011-12-26Updated highlighting for highlighting-kate 0.4.John MacFarlane1-40/+24
2011-12-23LaTeX writer: Implemented syntax highlighting for CodeBlocks.John MacFarlane1-1/+3
2011-12-22Removed highlighting flag. Highlighting support is now standard.John MacFarlane1-17/+0
2011-12-22Changed types of highlighting functions.John MacFarlane1-12/+12
2011-12-19Added highlightLaTeX stub when not compiled w/ highlighting.John MacFarlane1-0/+3
2011-12-19Added highlightLaTeX to Text.Pandoc.Highlighting.John MacFarlane1-11/+29
2011-12-18HTML writer: Retain ID attribute in highlighted code blocks.John MacFarlane1-2/+5
2011-12-18Highlighting: Use reads instead of read.John MacFarlane1-3/+5
2011-12-17Use blaze-html instead of xhtml for HTML generation.John MacFarlane1-5/+5