osc copypac from project:devel:languages:haskell:ghc-9.6.x package:ghc-skylighting-core revision:5, using keep-link

OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=83
This commit is contained in:
Peter Simons 2023-12-05 09:08:39 +00:00 committed by Git OBS Bridge
parent 2bf2fe09f7
commit cff13a22e5
4 changed files with 35 additions and 4 deletions

View File

@ -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>

View File

@ -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

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:8b3c0584eefaf58e88afa7b07cdaacaaa4210934e13fe5f077316ff9488bc3c4
size 870586

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:1223bd508d2e8dbd98db371c8ebbbe70449856d984934f54fa33d3040fe8cb91
size 864021