- Update to version 5.7.0
* Add symbol support for thmtools * Add texlab.findenvironments command to return the list of environments containing a position * Show inlay hints for labels after the command instead of inside the argument * Prevent adding trailing newline after formating with latexmk * Improving `\paragraph` parsing OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=40
This commit is contained in:
parent
2f2c103452
commit
72ca9d9a1d
2
_service
2
_service
@ -1,7 +1,7 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srctar">texlab-5.5.1.tar.gz</param>
|
||||
<param name="srctar">texlab-5.7.0.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
|
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:be07d0302bc5cd98960367b926b9719e020cb32dc270ea7fc3a4c6177e53a5c2
|
||||
size 7488912
|
3
texlab-5.7.0.tar.gz
Normal file
3
texlab-5.7.0.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:0af42d00da72114704a234f26ca4ec603e067ecdd03a1f0b7002445bfc906f4b
|
||||
size 7492372
|
@ -1,3 +1,13 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun Jul 9 09:30:12 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
- Update to version 5.7.0
|
||||
* Add symbol support for thmtools
|
||||
* Add texlab.findenvironments command to return the list of environments containing a position
|
||||
* Show inlay hints for labels after the command instead of inside the argument
|
||||
* Prevent adding trailing newline after formating with latexmk
|
||||
* Improving `\paragraph` parsing
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon May 8 03:55:14 UTC 2023 - Soc Virnyl Estela <socvirnyl.estela@gmail.com>
|
||||
|
||||
|
@ -17,7 +17,7 @@
|
||||
|
||||
|
||||
Name: texlab
|
||||
Version: 5.5.1
|
||||
Version: 5.7.0
|
||||
Release: 0
|
||||
Summary: Implementation of the Language Server Protocol for LaTeX
|
||||
License: ( 0BSD OR MIT OR Apache-2.0 ) AND ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR MIT ) AND ( Apache-2.0 OR Apache-2.0 OR MIT ) AND ( CC0-1.0 OR Artistic-2.0 ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( MIT OR Zlib OR Apache-2.0 ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND BSD-3-Clause AND GPL-3.0 AND GPL-3.0+ AND ISC AND MIT AND MPL-2.0 AND MPL-2.0+ AND GPL-3.0
|
||||
|
@ -1,3 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:cd78e3c95f1f540a7b090498ce34dbdcdae983920d9c233c23b8da60168e9338
|
||||
size 30224420
|
||||
oid sha256:0d94e412f5a6cc4050d283b1f6f863fde2fb7bbd94415b44a56ca72c332c10dd
|
||||
size 28178778
|
||||
|
Loading…
Reference in New Issue
Block a user