You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
That is strange ... something about the combination of the brackets in the string and the inline function definition is making Sublime wig out (and it's the Corona Lua syntax definition; the default Lua syntax definition doesn't have the issue).
You can workaround the problem by adding a newline:
describe("foo()",
function ()
local bar = 123
end)
If I write a Busted test like this:
The syntax highlighting is wrong after the string
foo()
.The text was updated successfully, but these errors were encountered: