skylighting 0.8.2.3 → 0.8.3
raw patch · 2 files changed
+14/−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 +12/−0
- skylighting.cabal +2/−2
changelog.md view
@@ -1,5 +1,17 @@ # Revision history for skylighting and skylighting-core +## 0.8.3 -- 2019-11-26++ * Update XML syntax definitions for c, cmake, coffee, cpp, css,+ diff, djangotemplate, elixir, elm, glsl, haskell, html, isocpp,+ javascript-react, javascript, json, jsp, julia, latex, lua,+ markdown, matlab, mediawiki, modelines, mustache, perl, php,+ powershell, qml, rest, rust, typescript, vhdl.++ * Fix highlighting errors with non-ASCII characters in JSON (#90).+ This error was due to an optimization that made some incorrect+ assumptions.+ ## 0.8.2.3 -- 2019-10-03 * Tests: ensure we read test files as UTF-8.
skylighting.cabal view
@@ -1,5 +1,5 @@ name: skylighting-version: 0.8.2.3+version: 0.8.3 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.2.3,+ skylighting-core == 0.8.3, bytestring, containers, binary