diff --git a/ghc-skylighting-core.changes b/ghc-skylighting-core.changes index 0d246d8..1c133a1 100644 --- a/ghc-skylighting-core.changes +++ b/ghc-skylighting-core.changes @@ -1,3 +1,17 @@ +------------------------------------------------------------------- +Mon Jun 24 06:07:51 UTC 2024 - Peter Simons + +- Update skylighting-core 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:18:22 UTC 2024 - Peter Simons diff --git a/ghc-skylighting-core.spec b/ghc-skylighting-core.spec index a9371f3..3f606f4 100644 --- a/ghc-skylighting-core.spec +++ b/ghc-skylighting-core.spec @@ -20,7 +20,7 @@ %global pkgver %{pkg_name}-%{version} %bcond_with tests Name: ghc-%{pkg_name} -Version: 0.14.1.2 +Version: 0.14.2 Release: 0 Summary: Syntax highlighting library License: BSD-3-Clause diff --git a/skylighting-core-0.14.1.2.tar.gz b/skylighting-core-0.14.1.2.tar.gz deleted file mode 100644 index f4c9e9d..0000000 --- a/skylighting-core-0.14.1.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:e532fc3bdafb155117df9a4dc37ca7115b31bba9783f84eff60b8ce12395c18f -size 876577 diff --git a/skylighting-core-0.14.2.tar.gz b/skylighting-core-0.14.2.tar.gz new file mode 100644 index 0000000..34e0b9f --- /dev/null +++ b/skylighting-core-0.14.2.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e3dd981bf0f7c0973c3bd85354ab4b97829d154e2a0aa0c9e926f2a7bc4649 +size 876731