osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-skylighting revision:27, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting?expand=0&rev=71
This commit is contained in:
parent
5938276c0c
commit
e971a7a58d
@ -1,3 +1,39 @@
|
||||
-------------------------------------------------------------------
|
||||
Tue Mar 23 08:30:51 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update skylighting 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:39:34 UTC 2021 - psimons@suse.com
|
||||
|
||||
- Update skylighting 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:52 UTC 2021 - psimons@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global pkg_name skylighting
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.10.4.1
|
||||
Version: 0.10.5.1
|
||||
Release: 0
|
||||
Summary: Syntax highlighting library
|
||||
License: GPL-2.0-or-later
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:3b6abca6a02edf039786cf7c412f0be8f7a613ac220571bc2338e1e5b6033aa8
|
||||
size 649229
|
3
skylighting-0.10.5.1.tar.gz
Normal file
3
skylighting-0.10.5.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9cd0c665459d5b7246fdab750b62d2be157faf07374b72122c1df0475892c287
|
||||
size 648106
|
Loading…
Reference in New Issue
Block a user