Some fixes to permit breezeDark style.

This commit is contained in:
John MacFarlane 2017-01-19 16:32:35 +01:00
parent 46b1c31925
commit b596d20605

View file

@ -43,7 +43,7 @@ import Text.Pandoc.XML ( toEntities )
import Text.Pandoc.SelfContained ( makeSelfContained )
import Text.Pandoc.Process (pipeProcess)
import Skylighting ( defaultSyntaxMap, Syntax(..), Style, tango, pygments,
espresso, zenburn, kate, haddock, monochrome )
espresso, zenburn, kate, haddock, breezeDark, monochrome )
import System.Environment ( getArgs, getProgName, getEnvironment )
import System.Exit ( ExitCode (..), exitSuccess )
import System.FilePath
@ -156,7 +156,7 @@ highlightingStyles =
("zenburn", zenburn),
("kate", kate),
("monochrome", monochrome),
("breezeDark", breezeDark),
("breezedark", breezeDark),
("haddock", haddock)]
-- | Data structure for command line options.