- 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/package/show/devel:languages:lua/lua-language-server?expand=0&rev=15
This commit is contained in:
2022-02-10 08:44:52 +00:00
committed by Git OBS Bridge
parent 8d09080297
commit 4c8329873b
4 changed files with 15 additions and 4 deletions

BIN
lua-language-server-2.6.1-submodules.zip (Stored with Git LFS)

Binary file not shown.

BIN
lua-language-server-2.6.4-submodules.zip (Stored with Git LFS) Normal file

Binary file not shown.

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.