We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dcb3a4d commit 5143adcCopy full SHA for 5143adc
changelog.md
@@ -1,5 +1,8 @@
1
# changelog
2
3
+## 1.20.0
4
+* `FIX` [#467](https://github.com./sumneko/lua-language-server/issues/467)
5
+
6
## 1.19.1
7
`2021-3-22`
8
* `CHG` improve performance
script/core/keyword.lua
@@ -79,7 +79,7 @@ end"
79
kind = define.CompletionItemKind.Snippet,
80
insertTextFormat = 2,
81
insertText = "\z
82
-${1:key}, ${2:value} in pairs(${3:t})}do\
+${1:key}, ${2:value} in pairs(${3:t}) do\
83
\t$0\
84
end"
85
}
0 commit comments