osc copypac from project:devel:languages:haskell:ghc-8.10.x package:ghc-skylighting revision:16, using keep-link
OBS-URL: https://build.opensuse.org/package/show/devel:languages:haskell/ghc-skylighting?expand=0&rev=62
This commit is contained in:
parent
a378afc741
commit
a544bbf9b0
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Nov 25 16:29:55 UTC 2020 - psimons@suse.com
|
||||
|
||||
- Update skylighting to version 0.10.1.
|
||||
## 0.10.1
|
||||
|
||||
* Regex: handle `(?|)` modifier. This is used in bash.xml now.
|
||||
It resets the numbers of capturing groups in alternatives.
|
||||
|
||||
* Improve regex handling of `{` and `}` not in quantifiers:
|
||||
- `{}` is literal (not a quantifier).
|
||||
- loose unescaped `{` and `}` that are not part of a quantifier are
|
||||
literal matchers.
|
||||
|
||||
* Update xml syntax definitions from upstream.
|
||||
For: abc, actionscript, ada, agda, alert, apache, asn1, asp,
|
||||
ats, awk, bash, boo, c, clojure, cmake, coffee, coldfusion,
|
||||
commonlisp, cs, css, curry, d, djangotemplate, dockerfile,
|
||||
dot, doxygen, dtd, eiffel, elixir, elm, erlang, fasm,
|
||||
fortran-fixed, fortran-free, fsharp, glsl, gnuassembler, go,
|
||||
graphql, groovy, hamlet, haskell, haxe, html, idris, ini,
|
||||
isocpp, j, java, javadoc, javascript, jsp, julia, kotlin,
|
||||
latex, lex, lilypond, literate-curry, literate-haskell,
|
||||
llvm, lua, m4, makefile, markdown, mathematica, matlab,
|
||||
maxima, mediawiki, metafont, mips, modula-2, modula-3,
|
||||
monobasic, mustache, nasm, nim, noweb, objectivec,
|
||||
objectivecpp, ocaml, octave, opencl, pascal, perl, php,
|
||||
pike, postscript, povray, powershell, prolog, protobuf,
|
||||
pure, purebasic, python, r, relaxng, relaxngcompact, rest,
|
||||
rhtml, roff, ruby, rust, scala, scheme, sci, sed, sgml, sml,
|
||||
sql-mysql, sql-postgresql, sql, stata, tcl, tcsh, texinfo,
|
||||
toml, verilog, vhdl, xml, xorg, xslt, xul, yacc, yaml, zsh.
|
||||
Also added spdx-comments.xml and comments.xml, which are
|
||||
needed for these. Closes #111 (latex bug in matrix).
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Fri Oct 23 19:25:42 UTC 2020 - psimons@suse.com
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
%global pkg_name skylighting
|
||||
Name: ghc-%{pkg_name}
|
||||
Version: 0.10.0.3
|
||||
Version: 0.10.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:ea410cf539b46144f83dc5ce429897dded64cf5fd205c322cdc0fdfc27dcecbb
|
||||
size 673444
|
3
skylighting-0.10.1.tar.gz
Normal file
3
skylighting-0.10.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:bb840ebcacb653842f2196faaf1874c326849b3de7bd95f61dd72fc0c635ee7e
|
||||
size 676810
|
Loading…
Reference in New Issue
Block a user