File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 11# changelog
22
33## 3.2.4
4+ ` 2022-5-25 `
45* ` NEW ` settings:
56 + ` workspace.supportScheme ` : ` ["file", "untitled", "git"] `
67 + ` diagnostics.disableScheme ` : ` ["git"] `
78* ` NEW ` folding: support folding ` ---@alias `
89* ` CHG ` if ` rootUri ` or ` workspaceFolder ` is set to ` ROOT ` or ` HOME ` , this extension will refuse to load these directories and show an error message.
910* ` CHG ` show warning message when scanning more than 100,000 files.
11+ * ` CHG ` upgrade [ LSP] ( https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/ ) to ` 3.17 `
1012* ` FIX ` hover: can not union ` table ` with other basic types
1113* ` FIX ` [ #1125 ] ( https://github.com/sumneko/lua-language-server/issues/1125 )
1214* ` FIX ` [ #1131 ] ( https://github.com/sumneko/lua-language-server/issues/1131 )
Original file line number Diff line number Diff line change @@ -260,6 +260,7 @@ m.TokenTypes = {
260260 [" number" ] = 19 ,
261261 [" regexp" ] = 20 ,
262262 [" operator" ] = 21 ,
263+ [" decorator" ] = 22 ,
263264}
264265
265266m .BuiltIn = {
You can’t perform that action at this time.
0 commit comments