forked from pool/ghc-skylighting-core
osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-skylighting-core revision:11, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting-core?expand=0&rev=21
This commit is contained in:
parent
a2f7833647
commit
7554e12a69
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 02:01:57 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update skylighting-core to version 0.8.2.
|
||||
## 0.8.2 -- 2019-07-14
|
||||
|
||||
* Change matchRegex so it gives "no match" on a regex error
|
||||
instead of raising an exception. This seems to be how Kate
|
||||
works. Fixes an error on long integer literals (#81).
|
||||
|
||||
## 0.8.1.2 -- 2019-07-14
|
||||
|
||||
* Fix HlCChar for one-character octal escapes like '\0' (#82).
|
||||
Due to a bug in pCStringChar, only multi-character octal
|
||||
escapes were being recognized. This affects not just C
|
||||
highlighting, but all of the following highlighters which
|
||||
use HlCChar: fasm eiffel pike objectivec ruby vhdl scala
|
||||
java jsp nasm protobuf pure go objectivecpp gnuassembler povray
|
||||
actionscript c cs opencl boo rhtml elixir. This fixes a
|
||||
regression introduced in version 0.3.1.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Jun 14 07:59:16 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
%global pkg_name skylighting-core
|
||||
%bcond_with tests
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.8.1.1
|
||||
Version: 0.8.2
|
||||
Release: 0
|
||||
Summary: Syntax highlighting library
|
||||
License: BSD-3-Clause
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:750a965fe24fb0429cdfd4e91ebcf97bda82602dbd85fac48fac7c6fa94c93ce
|
||||
size 663836
|
3
skylighting-core-0.8.2.tar.gz
Normal file
3
skylighting-core-0.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:407f91df647cca1e0928281f38f192719c70be4d7d05e121d8bc9f0c4e08a1d9
|
||||
size 664199
|
Loading…
Reference in New Issue
Block a user