Accepting request 1184200 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/1184200 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting?expand=0&rev=42
This commit is contained in:
commit
56affa19dd
@ -1,3 +1,17 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jun 24 06:08:20 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
- 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 <psimons@suse.com>
|
Sat May 11 06:19:08 UTC 2024 - Peter Simons <psimons@suse.com>
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name skylighting
|
%global pkg_name skylighting
|
||||||
%global pkgver %{pkg_name}-%{version}
|
%global pkgver %{pkg_name}-%{version}
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.14.1.2
|
Version: 0.14.2
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Syntax highlighting library
|
Summary: Syntax highlighting library
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:178f7421bb661000722d3894ec2d07560ab73d04ae53fd4d838c3721ecb2ed8b
|
|
||||||
size 1421124
|
|
3
skylighting-0.14.2.tar.gz
Normal file
3
skylighting-0.14.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:54da34bae679bf11423bdc655c8ecf560e357c1a05afa12a94ce42cc6eaf72f5
|
||||||
|
size 1421173
|
Loading…
Reference in New Issue
Block a user