diff options
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/changelog.md b/changelog.md index bff1c503..ea380303 100644 --- a/changelog.md +++ b/changelog.md @@ -1,7 +1,16 @@ # changelog ## 3.6.0 -* `CHG` detect multi libraries [#1558](https://github.com/sumneko/lua-language-server/issues/1558) +* `CHG` [#1558](https://github.com/sumneko/lua-language-server/issues/1558) detect multi libraries +* `CHG` [#1558](https://github.com/sumneko/lua-language-server/issues/1558) `semantic-tokens`: global variable is setted to `variable.global` + ```jsonc + // color global variables to red + "editor.semanticTokenColorCustomizations": { + "rules": { + "variable.global": "#ff0000" + } + } + ``` ## 3.5.6 `2022-9-16` |