Accepting request 930359 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/930359 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting?expand=0&rev=28
This commit is contained in:
commit
d46f9f357a
@ -1,3 +1,20 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Nov 1 08:30:56 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update skylighting to version 0.12.1.
|
||||||
|
## 0.12.1
|
||||||
|
|
||||||
|
* Update syntax definitions: bash, cmake, dockerfile,
|
||||||
|
gnuassembler, markdown, spdx-comments.
|
||||||
|
|
||||||
|
* Support hex escapes using `\x` in regex char classes (#135).
|
||||||
|
These occur in a number of syntax definitions and weren't
|
||||||
|
correctly interpreted before. Thanks to @Agnishom.
|
||||||
|
|
||||||
|
* Support regex property syntax, e.g. `\p{Lu}`.
|
||||||
|
|
||||||
|
* Regex: support `\B` (non-word-boundary).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Mon Sep 20 07:12:01 UTC 2021 - psimons@suse.com
|
Mon Sep 20 07:12:01 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
%global pkg_name skylighting
|
%global pkg_name skylighting
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.12
|
Version: 0.12.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Syntax highlighting library
|
Summary: Syntax highlighting library
|
||||||
License: GPL-2.0-or-later
|
License: GPL-2.0-or-later
|
||||||
|
3
skylighting-0.12.1.tar.gz
Normal file
3
skylighting-0.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:c8daaddfc6a52ad8b3d47647fff7f54cd334763fd29e5bea52b6716a96e05d29
|
||||||
|
size 1164860
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:7e3cdd5efc7846d763077d81817ac3b07438f7d9aab62c1305979597b6cfa3c1
|
|
||||||
size 1132336
|
|
Loading…
Reference in New Issue
Block a user