forked from pool/ghc-skylighting-core
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-skylighting-core revision:28, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=60
This commit is contained in:
parent
cf875f247a
commit
74a3b9bd6a
@ -1,3 +1,27 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Jul 19 07:08:52 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update skylighting-core to version 0.11.
|
||||||
|
## 0.11
|
||||||
|
|
||||||
|
* Skylighting.Regex: Support regex subroutines (#118). For example,
|
||||||
|
`(?1)` is replaced by the regex in the first capturing group. So far
|
||||||
|
we only support this simple, absolute form, not the relative
|
||||||
|
form `(?-1)` supported by some engines (but not used, I think, in
|
||||||
|
KDE's syntax highlighters). This change involves an API change:
|
||||||
|
Regex in Skylighting.Regex has a new Subroutine constructor,
|
||||||
|
and the Recurse constructor has been removed. Instead of Recurse we use
|
||||||
|
Subroutine 0, which unifies the code.
|
||||||
|
|
||||||
|
* Skylighting.Regex: handle e.g. `[\1]` and `[\123]` (without
|
||||||
|
initial 0) as octal escapes (#118). These occur in the zsh.xml
|
||||||
|
syntax definition.
|
||||||
|
|
||||||
|
* Pull xml definitions for bash, cmake, python, zsh from upstream.
|
||||||
|
|
||||||
|
* README: Add a note about pulling syntax definitions from upstream (#138).
|
||||||
|
Update build instructions for recent cabal versions (#131).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Jun 21 05:24:19 UTC 2021 - psimons@suse.com
|
Mon Jun 21 05:24:19 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name skylighting-core
|
%global pkg_name skylighting-core
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.10.5.2
|
Version: 0.11
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Syntax highlighting library
|
Summary: Syntax highlighting library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:6dbca23e1f356493f274b48ef9a6e435e4d589d649594ec470d63cfb4064532f
|
|
||||||
size 714544
|
|
3
skylighting-core-0.11.tar.gz
Normal file
3
skylighting-core-0.11.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:83752956a3be79cafe0ba6a42cf4b0c4870703fde30f35597bf7edc55d07f1dd
|
||||||
|
size 737970
|
Loading…
Reference in New Issue
Block a user