Accepting request 1094450 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1094450 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting?expand=0&rev=35
This commit is contained in:
commit
658bd91316
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 18:04:23 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update skylighting to version 0.13.3.
|
||||
## 0.13.3
|
||||
|
||||
* Add gap language (#167).
|
||||
|
||||
* Update syntax definitions.
|
||||
|
||||
* Add patches for agda.xml and dtd.xml, to wor around a bug in xml-conduit:
|
||||
https://github.com/snoyberg/xml/pull/187
|
||||
|
||||
* Store compiled regexes in RE (#166, Jonathan Coates).
|
||||
This changes the RE type to (lazily) compile the regex when constructed,
|
||||
rather than in the tokenizer. This allows us to avoid re-compiling
|
||||
regexes for each separate tokenize call, instead sharing them globally.
|
||||
We try to hide the internals of this, exposing the previous interface
|
||||
`(RE { reString, reCaseSensitive })` with pattern synonyms.
|
||||
|
||||
* ConTeXt: fix handling of spaces in non-normal tokens (Albert Krewinkel).
|
||||
This ensures that multiple spaces won't be collapsed into a single space.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Mar 30 17:08:18 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name skylighting
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.13.2.1
|
||||
Version: 0.13.3
|
||||
Release: 0
|
||||
Summary: Syntax highlighting library
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f074b2d8a228dbadddc026939e1e76a3c06c1f650c41a154bee3dcb615430653
|
||||
size 1249668
|
3
skylighting-0.13.3.tar.gz
Normal file
3
skylighting-0.13.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:b25c63cf342aff3c00742e08f4c80d641ebe5fd20eb7a4970450b8e0576e9b95
|
||||
size 1367538
|
Loading…
Reference in New Issue
Block a user