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
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
then the bracket after the return statement is parsed as belonging to test{ and "return" is not highlighted
if I only have one token in the return statement, like this:
if I type
then the bracket after the return statement is parsed as belonging to test{ and "return" is not highlighted
if I only have one token in the return statement, like this:
then the close bracket is parsed correctly, but "return" is still not highlighted
Removing the namespace:
fixes both issues
The incorrect parsing of this bracket causes the rest of the file to be incorrectly parsed as well.
This might be related to #260.