diff --git a/ghc-skylighting.changes b/ghc-skylighting.changes index c2024e4..116ecbd 100644 --- a/ghc-skylighting.changes +++ b/ghc-skylighting.changes @@ -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 diff --git a/ghc-skylighting.spec b/ghc-skylighting.spec index e313626..1c60158 100644 --- a/ghc-skylighting.spec +++ b/ghc-skylighting.spec @@ -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 diff --git a/skylighting-0.10.4.1.tar.gz b/skylighting-0.10.4.1.tar.gz deleted file mode 100644 index 341e46d..0000000 --- a/skylighting-0.10.4.1.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3b6abca6a02edf039786cf7c412f0be8f7a613ac220571bc2338e1e5b6033aa8 -size 649229 diff --git a/skylighting-0.10.5.1.tar.gz b/skylighting-0.10.5.1.tar.gz new file mode 100644 index 0000000..434dc4b --- /dev/null +++ b/skylighting-0.10.5.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cd0c665459d5b7246fdab750b62d2be157faf07374b72122c1df0475892c287 +size 648106