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
once the brackets are on a newline, the syntax is recognizing them as the beginning of a lambda. Sadly because textmate can only look at one line at a time, this is going to be really tough to fully fix.
Tested on vscode.dev
The code with a problem is:
It looks like:
Notice that the last line has incorrect highlighting.
It should look like:
Removing a line return fixes the highlighting:
The text was updated successfully, but these errors were encountered: