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
Fails to identify code that is next to each other, e.g. something like this:
for. bash ...
mixes up for with bash as they are in the same block even though they are in different lines. It identifies it correctly in source view but not in Preview!