osc copypac from project:devel:languages:haskell:ghc-8.6.x package:ghc-skylighting revision:12, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting?expand=0&rev=35
This commit is contained in:
parent
5b4beca811
commit
37a7704ea0
@ -1,3 +1,24 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jul 15 02:01:47 UTC 2019 - psimons@suse.com
|
||||
|
||||
- Update skylighting 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.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Jun 17 15:02:07 UTC 2019 - psimons@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global pkg_name skylighting
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.8.1.1
|
||||
Version: 0.8.2
|
||||
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:1cf1025ae5b841e7e85520e222484d2b4fa055a7b45e4c477febeb51c09a3f60
|
||||
size 629321
|
3
skylighting-0.8.2.tar.gz
Normal file
3
skylighting-0.8.2.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:9f25d3bd1d274891a69b74d1237d57cd76bfe62385405ab4428c76e048830129
|
||||
size 629539
|
Loading…
Reference in New Issue
Block a user