diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2023-03-22 16:15:16 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2023-03-22 16:15:16 +0800 |
commit | b8627365c0abe5a9d40c91f81b2aef7ea869faad (patch) | |
tree | d1634ad66931919067a9609fb645d99f576bb7ad /changelog.md | |
parent | 5b6542e8ff276a195c502cc2479b53685429eb2e (diff) | |
download | lua-language-server-b8627365c0abe5a9d40c91f81b2aef7ea869faad.zip |
don't treat half string in comment as string
fix #2013
Diffstat (limited to 'changelog.md')
-rw-r--r-- | changelog.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.md b/changelog.md index 8b1537c8..59a3ca68 100644 --- a/changelog.md +++ b/changelog.md @@ -3,9 +3,11 @@ ## 3.6.18 * `FIX` [#1943] * `FIX` [#1996] +* `FIX` [#2013] [#1943]: https://github.com/LuaLS/lua-language-server/issues/1943 [#1996]: https://github.com/LuaLS/lua-language-server/issues/1996 +[#2013]: https://github.com/LuaLS/lua-language-server/issues/2013 ## 3.6.17 `2023-3-9` |