Currently, clicking the "Edit..." button in the script floater, to open the script in an external editor, opens the script with
.lsl
extension. This causes some issues with language auto-detection in external editors, such as Sublime Text and VS Code.
Could the file type be replaced with
.lua
when the chosen compiler is "Lua"?