I know that ST can do a browser view/preview that updates live as you edit HTML or CSS.
I also know that ST can be configured with a build system which runs Lua and displays its output in a console.
Is there a way to configure ST such that I can have a split pane with Lua on one side, and a live view/preview of the output of running that Lua code on the other side? Just like the HTML/CSS view, where as I edit Lua source code, I see the Lua output change?