Skip to content

Commit

Permalink
Bump to 0.13.4.1, update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
jgm committed Jul 21, 2023
1 parent e019442 commit a5887dc
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Revision history for skylighting and skylighting-core

## 0.13.4.1

* Update syntax definitions: ada, bash, cmake, css, html, isocpp, java,
javascript, kotlin, latex, makefile, markdown, php, python, qml, r,
sass, scss, typescript, zsh.

* Don't require word boundary at end of Int, Float, HlCHex, HlCOct (#170).
KDE does not. This fixes things like `7L` in R.

## 0.13.4

* Add `dosbat` syntax (MS DOS batch file) (#169).
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.4
version: 0.13.4.1
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.4
version: 0.13.4.1
synopsis: syntax highlighting library
description: Skylighting is a syntax highlighting library with
support for over one hundred languages. It derives
Expand Down Expand Up @@ -202,7 +202,7 @@ library
Skylighting.Syntax.Zsh
other-extensions: CPP
build-depends: base >= 4.8 && < 5.0,
skylighting-core == 0.13.4,
skylighting-core == 0.13.4.1,
skylighting-format-ansi >= 0.1 && < 0.2,
skylighting-format-context >= 0.1 && < 0.2,
skylighting-format-latex >= 0.1 && < 0.2,
Expand Down

0 comments on commit a5887dc

Please sign in to comment.