File tree Expand file tree Collapse file tree 4 files changed +11
-5
lines changed
Expand file tree Collapse file tree 4 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 11# changelog
22
3+ ## 1.18.1
4+ ` 2021-3-10 `
5+ * ` CHG ` semantic-tokens: improve colors of ` const ` and ` close `
6+ * ` CHG ` type-formating: improve execution conditions
7+ * ` FIX ` [ #444 ] ( https://github.com/sumneko/lua-language-server/issues/444 )
8+
39## 1.18.0
410` 2021-3-9 `
511* ` NEW ` ` LuaDoc ` : supports ` ---@diagnostic disable `
Original file line number Diff line number Diff line change 11711171 "variable" : [
11721172 " variable.other.lua"
11731173 ],
1174- "variable.static " : [
1174+ "variable.abstract " : [
11751175 " variable.other.constant.lua"
11761176 ],
1177- "variable.abstract " : [
1177+ "variable.static " : [
11781178 " variable.other.constant.lua"
11791179 ]
11801180 }
12001200 "type" : " git" ,
12011201 "url" : " https://github.com/sumneko/lua-language-server"
12021202 },
1203- "version" : " 1.18.0 "
1203+ "version" : " 1.18.1 "
12041204}
Original file line number Diff line number Diff line change 11local json = require ' json-beautify'
22
3- local VERSION = " 1.18.0 "
3+ local VERSION = " 1.18.1 "
44
55local package = require ' package.package'
66local fsu = require ' fs-utility'
You can’t perform that action at this time.
0 commit comments