Tencent / LuaHelper

LuaHelper is a High-performance lua VSCode plugin, Language Server Protocol for lua.
Other
617 stars 93 forks source link

[BUG] 多行注释格式化问题 #144

Open msccreater opened 1 year ago

msccreater commented 1 year ago
--[[
Date: 2023年1月5日
Author: msc
--]]
local name = "msc"

上面的lua代码格式化之后会变成下面的这样,

--[[
Date: 2023年1月5日
Author: msc
--]] local name = "msc"