pkulchenko / ZeroBraneStudio

Lightweight Lua-based IDE for Lua with code completion, syntax highlighting, live coding, remote debugger, and code analyzer; supports Lua 5.1, 5.2, 5.3, 5.4, LuaJIT and other Lua interpreters on Windows, macOS, and Linux
http://studio.zerobrane.com/
Other
2.59k stars 518 forks source link

source sort error #1140

Closed robertlzj closed 2 years ago

robertlzj commented 2 years ago

for sample code

[[
    1
]]

seems sort get complete error on other case, I pull latest already? sort will getimage

pkulchenko commented 2 years ago

Why is that wrong? What would you expect? It just sorts the line alphabetically and spaces are before brackets.

robertlzj commented 2 years ago

Sorry, I mistook 🤣

pkulchenko commented 2 years ago

no problem, closing ;).