Tencent / LuaHelper

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

Format not working when using typed number(e.g. 0ULL) #221

Open TmsDemark opened 3 weeks ago

TmsDemark commented 3 weeks ago

LuaJIT with FFI

if (a - b >= 1000ULL) then
    sec = 0ULL
end