Accepting request 1130923 from devel:languages:haskell
version update OBS-URL: https://build.opensuse.org/request/show/1130923 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting-core?expand=0&rev=37
This commit is contained in:
commit
291d5ab1b4
@ -1,3 +1,34 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Dec 4 16:40:05 UTC 2023 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update skylighting-core to version 0.14.1.
|
||||
## 0.14.1
|
||||
|
||||
* Update syntax definitions for julia, actionscript, bash, cpp, css,
|
||||
djangotemplate, dosbat, groovy, html, ini, isocpp, java, javadoc, json,
|
||||
jsp, latex, makefile, mustache, php, powershell, rest, rhtml,
|
||||
sass, scala, scss, toml, xml, raku (with patch).
|
||||
|
||||
* Many improvements to regular expression compilation:
|
||||
|
||||
- Properly recognize unicode characters.
|
||||
- Handle `\Q..\E` literal sequences.
|
||||
- Handle group modifiers like `(?i:etc.)`. (The only one
|
||||
we actually pay attention to is `i`.)
|
||||
- Allow unicode category escapes outside of character classes.
|
||||
- Support one-letter unicode category escapes like `\p{L}`.
|
||||
These are found in some of the newer syntax definitions.
|
||||
|
||||
* Improve regex matching:
|
||||
|
||||
- Fix `wordDetect` to work around an issue in the new html.xml.
|
||||
- Refactor and fix `atWordBoundary`: remove redundant checks, and
|
||||
fix behavior (`/x\b/` was behaving like `/\bx\b/`) (Côme ALLART).
|
||||
- Fix bug in `lastCharOffset` (Côme ALLART).
|
||||
|
||||
* Style: Allow colors to be specified in ARGB format (#178).
|
||||
We currently just ignore the A part, but at least we don't fail.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sun Aug 27 00:40:42 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.14
|
||||
Version: 0.14.1
|
||||
Release: 0
|
||||
Summary: Syntax highlighting library
|
||||
License: BSD-3-Clause
|
||||
|
3
skylighting-core-0.14.1.tar.gz
Normal file
3
skylighting-core-0.14.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:8b3c0584eefaf58e88afa7b07cdaacaaa4210934e13fe5f077316ff9488bc3c4
|
||||
size 870586
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:1223bd508d2e8dbd98db371c8ebbbe70449856d984934f54fa33d3040fe8cb91
|
||||
size 864021
|
Loading…
x
Reference in New Issue
Block a user