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
having a minor problem with the editor: when i start to type a block of code (an if statement), newline after then is indented. typing end on a next line doesn't remove the indentation though. can be reproduced by typing the following snippet:
if a then
end
The text was updated successfully, but these errors were encountered:
i'm not sure there's an easy fix but i'll look; most likely the key to fixing this is to hack our own lua mode (#78) since that's where indent-level is set
having a minor problem with the editor: when i start to type a block of code (an if statement), newline after
then
is indented. typingend
on a next line doesn't remove the indentation though. can be reproduced by typing the following snippet:The text was updated successfully, but these errors were encountered: