11
0

Accepting request 953111 from devel:languages:lua

- Update to version 2.6.4:
  * fix(semantic-tokens): limit comments range
  * fix(semantic-tokens): data field can't be nil
  * Fix regular expression to find root directory in
    make/bootstrap.lua
  * feat(postfix): add templates

OBS-URL: https://build.opensuse.org/request/show/953111
OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/lua-language-server?expand=0&rev=7
This commit is contained in:
Dominique Leuenberger 2022-02-10 22:12:20 +00:00 committed by Git OBS Bridge
commit 7607e6fef8
4 changed files with 15 additions and 4 deletions

View File

@ -1,3 +0,0 @@
version https://git-lfs.github.com/spec/v1
oid sha256:4103eb826f24a30c868f7c32b7d2a8c41ad8e1eae475ed4ba47a449073b94018
size 21384070

View File

@ -0,0 +1,3 @@
version https://git-lfs.github.com/spec/v1
oid sha256:3d5b20ef6bbc6d0d34740a65bb0a58c418109db27c4231158157fb2f84df67e2
size 21398039

View File

@ -1,3 +1,13 @@
-------------------------------------------------------------------
Thu Feb 10 08:40:40 UTC 2022 - Matej Cepl <mcepl@suse.com>
- Update to version 2.6.4:
* fix(semantic-tokens): limit comments range
* fix(semantic-tokens): data field can't be nil
* Fix regular expression to find root directory in
make/bootstrap.lua
* feat(postfix): add templates
-------------------------------------------------------------------
Mon Jan 24 12:45:42 UTC 2022 - Andreas Schneider <asn@cryptomilk.org>

View File

@ -20,7 +20,7 @@
%define pkg_name lua-language-server
Name: lua-language-server
Version: 2.6.1
Version: 2.6.4
Release: 0
Summary: Lua Language Server coded by Lua
License: MIT
@ -34,6 +34,7 @@ BuildRequires: fdupes
BuildRequires: gcc-c++
BuildRequires: ninja
BuildRequires: unzip
ExcludeArch: s390x ppc64le ppc64
%description
This package provides a Language Server Protocol (LSP) implementation for Lua.