IntelliJ-EmmyLua
IntelliJ-EmmyLua copied to clipboard
Fixed wrong endType symbol in UnmatchedBraceHandler
The current handler sometimes entered the wrong endType, this should fix it. Previously the following code would add a '}' instead of end
local test = {
fun = function()
if true then[CARET_IS_HERE]
end
}