summaryrefslogtreecommitdiff
path: root/changelog.md
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2022-01-11 21:01:17 +0800
committer最萌小汐 <sumneko@hotmail.com>2022-01-11 21:01:17 +0800
commit12bc09de1e6c30c5c241a22640579268f51e07e4 (patch)
treefaaf9ef7d71b43583a74d72ef6cd56e87cdbc387 /changelog.md
parent9cb0fa1098e466efac78401ff76c422ac27bfab8 (diff)
downloadlua-language-server-12bc09de1e6c30c5c241a22640579268f51e07e4.zip
add semantic configs
Diffstat (limited to 'changelog.md')
-rw-r--r--changelog.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md
index e22ba0a3..4630d89c 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,9 +2,15 @@
## 2.5.7
* `NEW` supports multi-workspace in server side, for developers of language clients, please [read here](https://github.com/sumneko/lua-language-server/wiki/Multi-workspace-supports) to learn more.
-* `NEW` setting: `Lua.hint.arrayIndex`
+* `NEW` setting:
+ + `Lua.hint.arrayIndex`
+ + `Lua.semantic.enable`
+ + `Lua.semantic.variable`
+ + `Lua.semantic.annotation`
+ + `Lua.semantic.keyword`
* `CHG` diagnostic: smoother
* `CHG` completion: can be triggered in `LuaDoc` and strings
+* `CHG` settings `Lua.color.mode` removed
* `FIX` [#879](https://github.com/sumneko/lua-language-server/issues/879)
* `FIX` [#884](https://github.com/sumneko/lua-language-server/issues/884)
* `FIX` [#885](https://github.com/sumneko/lua-language-server/issues/885)