diff --git a/ghc-skylighting.changes b/ghc-skylighting.changes index 36e62d2..a3579d3 100644 --- a/ghc-skylighting.changes +++ b/ghc-skylighting.changes @@ -1,3 +1,20 @@ +------------------------------------------------------------------- +Mon Nov 1 08:30:56 UTC 2021 - psimons@suse.com + +- Update skylighting to version 0.12.1. + ## 0.12.1 + + * Update syntax definitions: bash, cmake, dockerfile, + gnuassembler, markdown, spdx-comments. + + * Support hex escapes using `\x` in regex char classes (#135). + These occur in a number of syntax definitions and weren't + correctly interpreted before. Thanks to @Agnishom. + + * Support regex property syntax, e.g. `\p{Lu}`. + + * Regex: support `\B` (non-word-boundary). + ------------------------------------------------------------------- Mon Sep 20 07:12:01 UTC 2021 - psimons@suse.com diff --git a/ghc-skylighting.spec b/ghc-skylighting.spec index 853f962..e49eaac 100644 --- a/ghc-skylighting.spec +++ b/ghc-skylighting.spec @@ -18,7 +18,7 @@ %global pkg_name skylighting Name: ghc-%{pkg_name} -Version: 0.12 +Version: 0.12.1 Release: 0 Summary: Syntax highlighting library License: GPL-2.0-or-later diff --git a/skylighting-0.12.1.tar.gz b/skylighting-0.12.1.tar.gz new file mode 100644 index 0000000..fc78c3e --- /dev/null +++ b/skylighting-0.12.1.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8daaddfc6a52ad8b3d47647fff7f54cd334763fd29e5bea52b6716a96e05d29 +size 1164860 diff --git a/skylighting-0.12.tar.gz b/skylighting-0.12.tar.gz deleted file mode 100644 index 5b4fdf1..0000000 --- a/skylighting-0.12.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:7e3cdd5efc7846d763077d81817ac3b07438f7d9aab62c1305979597b6cfa3c1 -size 1132336