File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 66* ` FIX ` [ #2062 ]
77* ` FIX ` [ #2083 ]
88* ` FIX ` [ #2088 ]
9+ * ` FIX ` [ #2110 ]
910
1011[ #2038 ] : https://github.com/LuaLS/lua-language-server/issues/2038
1112[ #2042 ] : https://github.com/LuaLS/lua-language-server/issues/2042
1213[ #2062 ] : https://github.com/LuaLS/lua-language-server/issues/2062
1314[ #2083 ] : https://github.com/LuaLS/lua-language-server/issues/2083
1415[ #2088 ] : https://github.com/LuaLS/lua-language-server/issues/2088
16+ [ #2110 ] : https://github.com/LuaLS/lua-language-server/issues/2110
1517
1618## 3.6.21
1719` 2023-5-24 `
Original file line number Diff line number Diff line change @@ -1534,7 +1534,7 @@ local function buildLuaDoc(comment)
15341534 parseTokens (doc , startOffset + startPos )
15351535 local result , rests = convertTokens (doc )
15361536 if result then
1537- result .range = comment .finish
1537+ result .range = math.max ( comment .finish , result . finish )
15381538 local finish = result .firstFinish or result .finish
15391539 if rests then
15401540 for _ , rest in ipairs (rests ) do
You can’t perform that action at this time.
0 commit comments