skylighting 0.13.2 → 0.13.2.1
raw patch · 2 files changed
+10/−2 lines, 2 filesdep ~skylighting-corePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: skylighting-core
API changes (from Hackage documentation)
Files
- changelog.md +8/−0
- skylighting.cabal +2/−2
changelog.md view
@@ -1,5 +1,13 @@ # Revision history for skylighting and skylighting-core +## 0.13.2.1++ * Update tango style for new token types (#164). The original+ tango style didn't have colors defined for many token types+ that have been added since it was added. This commit+ updates the style to support them. Thanks to @danbraswell+ for providing the values needed.+ ## 0.13.2 * Support ConTeXt output via skylighting-format-context (Albert Krewinkel).
skylighting.cabal view
@@ -1,5 +1,5 @@ name: skylighting-version: 0.13.2+version: 0.13.2.1 synopsis: syntax highlighting library description: Skylighting is a syntax highlighting library with support for over one hundred languages. It derives@@ -200,7 +200,7 @@ Skylighting.Syntax.Zsh other-extensions: CPP build-depends: base >= 4.8 && < 5.0,- skylighting-core == 0.13.2,+ skylighting-core == 0.13.2.1, skylighting-format-ansi >= 0.1 && < 0.2, skylighting-format-context >= 0.1 && < 0.2, skylighting-format-latex >= 0.1 && < 0.2,