Tencent / LuaHelper

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

格式化错误 #173

Open msccreater opened 1 year ago

msccreater commented 1 year ago

针对文件头部有多行代码注释的文件,使用格式化会错乱 例如使用多行注释如下 --[[ Date: 2022-06-27 16:43:45 Author: xxx Description: xxxx --]] local val = 1

格式化之后会导致注释的最后一行和 第一句代码在同一行, 如同示例中的 样子 --]] local val = 1