skylighting 0.8.3 → 0.8.3.1
raw patch · 2 files changed
+17/−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 +15/−0
- skylighting.cabal +2/−2
changelog.md view
@@ -1,5 +1,20 @@ # Revision history for skylighting and skylighting-core +## 0.8.3.1 -- 2020-01-21++ * Escape `<` and `>` in latex to avoid ligatures (#91).++ * Fix and extend Idris keywords (Denis Buzdalov).++ * Update XML syntax definitions for javascript-react, qml,+ typescript, javascript, cmake, cofee, latex, perl, python,+ rest.++ * Fixed bug with context shifts using `##` syntax for foreign context.+ Previously we only handled these in IncludeRules, but+ starting with the current batches of xml files they can occur+ elsewhere too.+ ## 0.8.3 -- 2019-11-26 * Update XML syntax definitions for c, cmake, coffee, cpp, css,
skylighting.cabal view
@@ -1,5 +1,5 @@ name: skylighting-version: 0.8.3+version: 0.8.3.1 synopsis: syntax highlighting library description: Skylighting is a syntax highlighting library with support for over one hundred languages. It derives@@ -183,7 +183,7 @@ Skylighting.Syntax.Zsh other-extensions: CPP, Arrows build-depends: base >= 4.8 && < 5.0,- skylighting-core == 0.8.3,+ skylighting-core == 0.8.3.1, bytestring, containers, binary