forked from pool/ghc-skylighting-core
Accepting request 930360 from devel:languages:haskell
Automatic submission by obs-autosubmit OBS-URL: https://build.opensuse.org/request/show/930360 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting-core?expand=0&rev=26
This commit is contained in:
commit
60dbd10b75
@ -1,3 +1,20 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Nov 1 08:29:41 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update skylighting-core 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:11:38 UTC 2021 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name skylighting-core
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.12
|
||||
Version: 0.12.1
|
||||
Release: 0
|
||||
Summary: Syntax highlighting library
|
||||
License: BSD-3-Clause
|
||||
|
3
skylighting-core-0.12.1.tar.gz
Normal file
3
skylighting-core-0.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0e6684b49903d6eb856be25697793ed95050ef827ec004421267bfaa4357d153
|
||||
size 760553
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0eb4f37a1303e44fd472624eca44aa4be9fd76f400298e601894f48c0131f096
|
||||
size 745939
|
Loading…
Reference in New Issue
Block a user