forked from pool/ghc-skylighting-core
osc copypac from project:devel:languages:haskell:ghc-9.4.x package:ghc-skylighting-core revision:8, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=75
This commit is contained in:
parent
3730617d9b
commit
bc658da6fb
@ -1,3 +1,26 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Jun 20 18:03:58 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update skylighting-core 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>
|
||||
|
||||
|
@ -20,7 +20,7 @@
|
||||
%global pkgver %{pkg_name}-%{version}
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.13.2.1
|
||||
Version: 0.13.3
|
||||
Release: 0
|
||||
Summary: Syntax highlighting library
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:a480809ced173d6572b349a1874a16ff74b42501e4486e4180b41e27024f65c5
|
||||
size 807155
|
3
skylighting-core-0.13.3.tar.gz
Normal file
3
skylighting-core-0.13.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:6c6d0fae4aaa80f4dfca2b516ad8a864a6e8b5be7fdba039bd6fb00cb68c63d5
|
||||
size 854171
|
Loading…
Reference in New Issue
Block a user