Updating link to change in openSUSE:Factory/ghc-skylighting revision 33
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting?expand=0&rev=5397edd68b6b4d036b26ebfa528dcea2
This commit is contained in:
parent
51aae315aa
commit
ac90a027c7
@ -1,3 +1,56 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Dec 18 02:14:49 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update skylighting to version 0.13.2.
|
||||
## 0.13.2
|
||||
|
||||
* Support ConTeXt output via skylighting-format-context (Albert Krewinkel).
|
||||
|
||||
* Update syntax definitions for markdown, nim, javascript.
|
||||
|
||||
## 0.13.1.2
|
||||
|
||||
* Update syntax definitions for c, cmake, commonmlisp, css, go, ini, isocpp,
|
||||
javascript, json, powershell, python, rust, sass, scss, toml, xml.
|
||||
|
||||
* Associate regex captures with a context. This is necessary for proper
|
||||
implementation of the KDE syntax highlighting algorithm. Captures are
|
||||
only available within the context to which the match creating the
|
||||
capture switches. (Closes #160.)
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 28 22:57:46 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
- Update skylighting to version 0.13.1.1.
|
||||
## 0.13.1.1
|
||||
|
||||
* Add dart, purescript syntax definitions.
|
||||
|
||||
* Update syntax definitions for isocpp, latex, alert, bash,
|
||||
cmake, nix, sql-postgresql, vhdl, zsh.
|
||||
|
||||
* Remove obsoleote patch for lua.xml.
|
||||
|
||||
* Add patches for latex.xml and isocpp.xml.
|
||||
|
||||
## 0.13.1
|
||||
|
||||
* `getCapture`: fail instead of throwing error if dynamic match not found.
|
||||
I believe this is the intended behavior for StringDetect, judging
|
||||
from examples in the KDE documentation.
|
||||
|
||||
* Update xml syntax definitions:
|
||||
asn1, bash, c, cmake, cpp, cs, d, elixir, fortran-fixed, gcc, glsl,
|
||||
go, html, java, javascript, lex, lua, markdown, mediawiki, noweb,
|
||||
ocaml, orgmode, php, powershell, prolog, python, r, ruby, rust,
|
||||
scheme, sql-postgresql, typescript, vhdl, xml, yacc, yaml, zsh
|
||||
|
||||
* Replace a lambda with pointfree notation (shaving off some RAM usage)
|
||||
(0xd34df00d).
|
||||
|
||||
* Use `newtype` for `TokenizerM`, giving about 5-10% boost on benchmark
|
||||
(0xd34df00d).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Sat Jul 30 15:40:21 UTC 2022 - Peter Simons <psimons@suse.com>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global pkg_name skylighting
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.13
|
||||
Version: 0.13.2
|
||||
Release: 0
|
||||
Summary: Syntax highlighting library
|
||||
License: GPL-2.0-or-later
|
||||
@ -35,6 +35,7 @@ BuildRequires: ghc-rpm-macros
|
||||
BuildRequires: ghc-skylighting-core-devel
|
||||
BuildRequires: ghc-skylighting-format-ansi-devel
|
||||
BuildRequires: ghc-skylighting-format-blaze-html-devel
|
||||
BuildRequires: ghc-skylighting-format-context-devel
|
||||
BuildRequires: ghc-skylighting-format-latex-devel
|
||||
BuildRequires: ghc-text-devel
|
||||
ExcludeArch: %{ix86}
|
||||
|
3
skylighting-0.13.2.tar.gz
Normal file
3
skylighting-0.13.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:e920cd246fe2107a0e302196c6e776b18e9e2c8ad68026fa2d8ae1d6d2980436
|
||||
size 1249526
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:f354179f843b8454e88326173dd721cc1b186795a7e3018d3a2d418563754a3e
|
||||
size 1219437
|
Loading…
Reference in New Issue
Block a user