Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-01-25 | Update list of listings languages in Highlighting. | John MacFarlane | 1 | -54/+103 | |
This allows more languages to be used when using the `--listings` option. Closes #3374. | |||||
2016-12-23 | Updates to use skylighting rather than highlighting-kate. | John MacFarlane | 1 | -13/+23 | |
So far this just reproduces capacity. Later we'll be able to add features like warning messages, dynamic loading of xml syntax definitions, and dynamic loading of themes. | |||||
2016-03-22 | Updated copyright dates to include 2016. | John MacFarlane | 1 | -2/+2 | |
2016-01-24 | Make language extensions trigger highlighting. | John MacFarlane | 1 | -1/+2 | |
For example, `py` will now work as well as `python`. Closes jgm/highlighting-kate#83. | |||||
2015-12-03 | Add support to GAP | Raniere Silva | 1 | -1/+2 | |
2015-11-22 | hlint changes | John MacFarlane | 1 | -3/+1 | |
2015-11-09 | Revert "Use -XNoImplicitPrelude and 'import Prelude' explicitly." | John MacFarlane | 1 | -1/+0 | |
This reverts commit c423dbb5a34c2d1195020e0f0ca3aae883d0749b. | |||||
2015-11-08 | Use -XNoImplicitPrelude and 'import Prelude' explicitly. | John MacFarlane | 1 | -0/+1 | |
This is needed for ghci to work with pandoc, given that we now use a custom prelude. Closes #2503. | |||||
2015-04-26 | Updated copyright notices to -2015. Closes #2111. | John MacFarlane | 1 | -2/+2 | |
2014-06-17 | Highlighting: Let .numberLines work even if no language given. | John MacFarlane | 1 | -1/+6 | |
Closes #1287, jgm/highlighting-kate#40. | |||||
2014-05-09 | Update copyright notices for 2014, add missing notices | Albert Krewinkel | 1 | -2/+2 | |
2013-03-05 | LaTeX reader: Handle language attribute for lstlistings. | John MacFarlane | 1 | -1/+2 | |
Convert it to a highlighting-kate language name. | |||||
2013-03-05 | Hide Text.Pandoc.Highlighting. | John MacFarlane | 1 | -0/+70 | |
* Moved code for translating listings language names to highlighting-kate names and back from LaTeX reader to Highlighting. * Text.Pandoc.Highlighting no longer exposed (API change) * Text.Pandoc.Highlighting exports toListingsLang, fromListingsLang | |||||
2012-08-09 | Use safeRead instead of using reads directly (various modules). | John MacFarlane | 1 | -3/+4 | |
2012-05-17 | Added 'zenburn' highlight style from highlighting-kate. | John MacFarlane | 1 | -0/+1 | |
Depend on h-k 0.5.0.6. | |||||
2012-01-25 | Depend on highlighting-kate 0.5. | John MacFarlane | 1 | -1/+1 | |
This uses styleToCss instead of styleToHtml. | |||||
2011-12-28 | Preserve attributes in highlighted HTML. | John MacFarlane | 1 | -1/+2 | |
The container element will have the classes, id, and key-value attributes you specified in the delimited code block. Previously these were stripped off. | |||||
2011-12-27 | Added `--highlight-style` and `--no-highlight` options. | John MacFarlane | 1 | -0/+6 | |
2011-12-27 | Highlighting: Add language as class name. | John MacFarlane | 1 | -1/+1 | |
This restores behavior of 1.8.2.1. Adjusted tests. | |||||
2011-12-26 | Updated highlighting for highlighting-kate 0.4. | John MacFarlane | 1 | -40/+24 | |
Text.Pandoc.Highlighting now exports just one new function, 'highlight', and reexports all the other functions from highlighting-kate that are used in the writers. This should make it easy to switch highlighting engines if that is ever desired. | |||||
2011-12-23 | LaTeX writer: Implemented syntax highlighting for CodeBlocks. | John MacFarlane | 1 | -1/+3 | |
2011-12-22 | Removed highlighting flag. Highlighting support is now standard. | John MacFarlane | 1 | -17/+0 | |
2011-12-22 | Changed types of highlighting functions. | John MacFarlane | 1 | -12/+12 | |
* highlightLaTeX, highlightHtml now return Maybe, not Either. * This is because h-k's higdlightAs no longer returns an Either. | |||||
2011-12-19 | Added highlightLaTeX stub when not compiled w/ highlighting. | John MacFarlane | 1 | -0/+3 | |
2011-12-19 | Added highlightLaTeX to Text.Pandoc.Highlighting. | John MacFarlane | 1 | -11/+29 | |
2011-12-18 | HTML writer: Retain ID attribute in highlighted code blocks. | John MacFarlane | 1 | -2/+5 | |
2011-12-18 | Highlighting: Use reads instead of read. | John MacFarlane | 1 | -3/+5 | |
Fixes crash on startNum="abc". | |||||
2011-12-17 | Use blaze-html instead of xhtml for HTML generation. | John MacFarlane | 1 | -5/+5 | |
* This is a breaking API change for `writeHtml`. * It introduces a new dependency on blaze-html. * Pandoc now depends on highlighting-kate >= 0.4, which also uses blaze-html. * The --ascii option has been removed, because of differences in blaze-html's and xhtml's escaping. * Pandoc will no longer transform leading newlines in code blocks to `<br/>` tags. | |||||
2011-01-29 | Highlighting: Fixed non-highlighting-kate version of highlightHtml. | John MacFarlane | 1 | -2/+2 | |
2011-01-29 | Fixed highlighting for inline code. | John MacFarlane | 1 | -2/+6 | |
highlightHtml in Highlighting now has a boolean argument that selects between inline and block content. Revised tests for new highlighting-kate. | |||||
2009-12-31 | Removed redundant imports (found by ghc 6.12). | fiddlosopher | 1 | -1/+1 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1750 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2009-12-31 | Removed unneeded LANGUAGE pragmas. | fiddlosopher | 1 | -1/+0 | |
(CPP is enabled globally in the cabal file.) git-svn-id: https://pandoc.googlecode.com/svn/trunk@1747 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2009-11-21 | Modified html+lhs output to use 'haskell' highlighter. | fiddlosopher | 1 | -1/+5 | |
The bird tracks are added in the highlighting module. This makes sense, because the kate's haskell highlighter is much better than the literateHaskell highlighter. git-svn-id: https://pandoc.googlecode.com/svn/trunk@1620 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2009-07-03 | Export languagesByExtension in Text.Pandoc.Highlighting. | fiddlosopher | 1 | -2/+5 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1585 788f1e2b-df1e-0410-8736-df70ead52e1b | |||||
2009-01-24 | Moved all haskell source to src subdirectory. | fiddlosopher | 1 | -0/+64 | |
git-svn-id: https://pandoc.googlecode.com/svn/trunk@1528 788f1e2b-df1e-0410-8736-df70ead52e1b |