Skip to content

Commit

Permalink
Bump to 0.13.1.2 and update changelog.
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Dec 8, 2022
1 parent 68ee85c commit 10de77c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
10 changes: 10 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Revision history for skylighting and skylighting-core

## 0.13.1.2

* Update syntax definitions for c, cmake, commonmlisp, css, go, ini, isocpp,
javascript, json, powershell, python, rust, sass, scss, toml, xml.

* Associate regex captures with a context. This is necessary for proper
implementation of the KDE syntax highlighting algorithm. Captures are
only available within the context to which the match creating the
capture switches. (Closes #160.)

## 0.13.1.1

* Add dart, purescript syntax definitions.
Expand Down
2 changes: 1 addition & 1 deletion skylighting-core/skylighting-core.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: skylighting-core
version: 0.13.1.1
version: 0.13.1.2
synopsis: syntax highlighting library
description: Skylighting is a syntax highlighting library.
It derives its tokenizers from XML syntax
Expand Down
4 changes: 2 additions & 2 deletions skylighting/skylighting.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: skylighting
version: 0.13.1.1
version: 0.13.1.2
synopsis: syntax highlighting library
description: Skylighting is a syntax highlighting library with
support for over one hundred languages. It derives
Expand Down Expand Up @@ -199,7 +199,7 @@ library
Skylighting.Syntax.Zsh
other-extensions: CPP
build-depends: base >= 4.8 && < 5.0,
skylighting-core == 0.13.1.1,
skylighting-core == 0.13.1.2,
skylighting-format-ansi >= 0.1 && < 0.2,
skylighting-format-latex >= 0.1 && < 0.2,
skylighting-format-blaze-html >= 0.1 && < 0.2,
Expand Down

0 comments on commit 10de77c

Please sign in to comment.