diff --git a/ghc-skylighting.changes b/ghc-skylighting.changes index 21d3643..0203cf0 100644 --- a/ghc-skylighting.changes +++ b/ghc-skylighting.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 24 06:08:20 UTC 2024 - Peter Simons + +- Update skylighting to version 0.14.2. + ## 0.14.2 + + * Add `loadValidSyntaxesFromDir` (Kevin Quick) [API change]. + The `loadSyntaxesFromDir` function is an all-or-nothing function: + a single invalid file results in a error and *no* loaded syntaxes. + This adds the `loadValidSyntaxesFromDir`, which is resilient + against individual syntax file load failures. It returns a map + of the failure messages, and the SyntaxMap that is created from + all the successful parsing. + ------------------------------------------------------------------- Sat May 11 06:19:08 UTC 2024 - Peter Simons diff --git a/ghc-skylighting.spec b/ghc-skylighting.spec index 4262fce..3ba4873 100644 --- a/ghc-skylighting.spec +++ b/ghc-skylighting.spec @@ -19,7 +19,7 @@ %global pkg_name skylighting %global pkgver %{pkg_name}-%{version} Name: ghc-%{pkg_name} -Version: 0.14.1.2 +Version: 0.14.2 Release: 0 Summary: Syntax highlighting library License: GPL-2.0-or-later diff --git a/skylighting-0.14.1.2.tar.gz b/skylighting-0.14.1.2.tar.gz deleted file mode 100644 index 8e76e68..0000000 --- a/skylighting-0.14.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:178f7421bb661000722d3894ec2d07560ab73d04ae53fd4d838c3721ecb2ed8b -size 1421124 diff --git a/skylighting-0.14.2.tar.gz b/skylighting-0.14.2.tar.gz new file mode 100644 index 0000000..f39a154 --- /dev/null +++ b/skylighting-0.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54da34bae679bf11423bdc655c8ecf560e357c1a05afa12a94ce42cc6eaf72f5 +size 1421173