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 1
1
# changelog
2
2
3
3
## 3.2.4
4
+ ` 2022-5-25 `
4
5
* ` NEW ` settings:
5
6
+ ` workspace.supportScheme ` : ` ["file", "untitled", "git"] `
6
7
+ ` diagnostics.disableScheme ` : ` ["git"] `
7
8
* ` NEW ` folding: support folding ` ---@alias `
8
9
* ` CHG ` if ` rootUri ` or ` workspaceFolder ` is set to ` ROOT ` or ` HOME ` , this extension will refuse to load these directories and show an error message.
9
10
* ` 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 `
10
12
* ` FIX ` hover: can not union ` table ` with other basic types
11
13
* ` FIX ` [ #1125 ] ( https://github.com/sumneko/lua-language-server/issues/1125 )
12
14
* ` 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 = {
260
260
[" number" ] = 19 ,
261
261
[" regexp" ] = 20 ,
262
262
[" operator" ] = 21 ,
263
+ [" decorator" ] = 22 ,
263
264
}
264
265
265
266
m .BuiltIn = {
You can’t perform that action at this time.
0 commit comments