Add breezeDark to the list of highlighting styles.

This commit is contained in:
John MacFarlane 2017-01-19 15:59:57 +01:00
parent 937b502923
commit 46b1c31925
2 changed files with 5 additions and 3 deletions

View file

@ -602,9 +602,10 @@ General writer options
: Specifies the coloring style to be used in highlighted source code. : Specifies the coloring style to be used in highlighted source code.
Options are `pygments` (the default), `kate`, `monochrome`, Options are `pygments` (the default), `kate`, `monochrome`,
`espresso`, `zenburn`, `haddock`, and `tango`. For more information `breezeDark`, `espresso`, `zenburn`, `haddock`, and `tango`.
on syntax highlighting in pandoc, see [Syntax highlighting], below. For more information on syntax highlighting in pandoc, see
See also `--list-highlight-styles`. [Syntax highlighting], below. See also
`--list-highlight-styles`.
`-H` *FILE*, `--include-in-header=`*FILE* `-H` *FILE*, `--include-in-header=`*FILE*

View file

@ -156,6 +156,7 @@ highlightingStyles =
("zenburn", zenburn), ("zenburn", zenburn),
("kate", kate), ("kate", kate),
("monochrome", monochrome), ("monochrome", monochrome),
("breezeDark", breezeDark),
("haddock", haddock)] ("haddock", haddock)]
-- | Data structure for command line options. -- | Data structure for command line options.