- 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

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>