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
Seems like a difficult thing to fix in regex only. (not that I am a regex expert)
Im guessing it would be best if atom had a feature that could recognize strings and then leave indenting out of them.
If you use the string 'function', it is indented as if you used the keyword function:
For example:
local a = type(x) == 'function' and x or nil
indents one tab after return
The text was updated successfully, but these errors were encountered: