Accepting request 1130922 from devel:languages:haskell

version update

OBS-URL: https://build.opensuse.org/request/show/1130922
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/ghc-skylighting?expand=0&rev=39
This commit is contained in:
Ana Guerrero 2023-12-05 16:03:47 +00:00 committed by Git OBS Bridge
commit e6ee6c99a3
4 changed files with 35 additions and 4 deletions

View File

@ -1,3 +1,34 @@
-------------------------------------------------------------------
Mon Dec 4 16:40:31 UTC 2023 - Peter Simons <psimons@suse.com>
- Update skylighting 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:41:04 UTC 2023 - Peter Simons <psimons@suse.com>

View File

@ -19,7 +19,7 @@
%global pkg_name skylighting
%global pkgver %{pkg_name}-%{version}
Name: ghc-%{pkg_name}
Version: 0.14
Version: 0.14.1
Release: 0
Summary: Syntax highlighting library
License: GPL-2.0-or-later

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:5a0ad5d7d7ff517a5c5b696de4482ae383b24cc00580447514a1c27a3834d1bb
size 1407885

View File

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