summaryrefslogtreecommitdiff
path: root/pandoc.hs
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2017-01-19 15:59:57 +0100
committerJohn MacFarlane <jgm@berkeley.edu>2017-01-19 15:59:57 +0100
commit46b1c3192514c9bc2279ce091370147f11da74cd (patch)
tree5c8e885bef07b02d062f3ab3177563b63296a78e /pandoc.hs
parent937b5029230b69bcb535bf157801f28460bbc9ae (diff)
Add breezeDark to the list of highlighting styles.
Diffstat (limited to 'pandoc.hs')
-rw-r--r--pandoc.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/pandoc.hs b/pandoc.hs
index 5980c217c..7cf8258f8 100644
--- a/pandoc.hs
+++ b/pandoc.hs
@@ -156,6 +156,7 @@ highlightingStyles =
("zenburn", zenburn),
("kate", kate),
("monochrome", monochrome),
+ ("breezeDark", breezeDark),
("haddock", haddock)]
-- | Data structure for command line options.