forked from pool/ghc-skylighting-core
osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-skylighting-core revision:26, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=56
This commit is contained in:
parent
8fb0c5384a
commit
e0b54ca2d6
@ -1,3 +1,39 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Tue Mar 23 08:32:33 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update skylighting-core to version 0.10.5.1.
|
||||||
|
## 0.10.5.1
|
||||||
|
|
||||||
|
* Regex: Allow lookaheads to capture groups. Previously
|
||||||
|
captures in lookaheads, like `(?=(a*))`, were ignored. This
|
||||||
|
led to errors highlighting xml and probably other formats (#121).
|
||||||
|
|
||||||
|
* Throw an exception if a capture group isn't defined (with 'dynamic')
|
||||||
|
rather than simply having getCapture fail so that the rule fails.
|
||||||
|
This will make it easier to debug issues like #121.
|
||||||
|
|
||||||
|
-------------------------------------------------------------------
|
||||||
|
Mon Mar 22 08:42:05 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
- Update skylighting-core to version 0.10.5.
|
||||||
|
## 0.10.5
|
||||||
|
|
||||||
|
* Fix regression from 0.10.3 with Haskell highlighting of Char (#120).
|
||||||
|
|
||||||
|
* Update xml syntax definitions from upstream. Updated
|
||||||
|
syntaxes: abc apache asp bash bibtex boo c changelog clojure
|
||||||
|
cmake commonlisp cs curry d diff djangotemplate doxygen
|
||||||
|
elixir elm email erlang fortran-fixed fortran-free fsharp
|
||||||
|
hamlet haskell haxe html idris ini javascript-react
|
||||||
|
javascript json julia kotlin latex lex lilypond
|
||||||
|
literate-curry literate-haskell makefile markdown
|
||||||
|
mathematica maxima mediawiki metafont modula-2 mustache nasm
|
||||||
|
nim noweb ocaml octave opencl perl powershell prolog pure
|
||||||
|
python r roff ruby rust sed spdx-comments sql-mysql
|
||||||
|
sql-postgresql tcl tcsh toml typescript verilog xml xslt xul
|
||||||
|
yacc yaml. Not updated: rhtml (causes an error on our test
|
||||||
|
suite), zsh (has a regex we can't parse).
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Mar 14 22:46:44 UTC 2021 - psimons@suse.com
|
Sun Mar 14 22:46:44 UTC 2021 - psimons@suse.com
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
%global pkg_name skylighting-core
|
%global pkg_name skylighting-core
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
Name: ghc-%{pkg_name}
|
Name: ghc-%{pkg_name}
|
||||||
Version: 0.10.4.1
|
Version: 0.10.5.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: Syntax highlighting library
|
Summary: Syntax highlighting library
|
||||||
License: BSD-3-Clause
|
License: BSD-3-Clause
|
||||||
|
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:e3eca72451953bf7596c772a577a1652dc388b14da192902216293e87be4f61e
|
|
||||||
size 711627
|
|
3
skylighting-core-0.10.5.1.tar.gz
Normal file
3
skylighting-core-0.10.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:6aa6b7c546a2025f41c39c104a71d35992f37d2688277221bdafc5e9f23cbf92
|
||||||
|
size 712813
|
Loading…
Reference in New Issue
Block a user