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 has been 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:
The text was updated successfully, but these errors were encountered:
SoAsEr
changed the title
namespace marker "::" breaks bracket highlights when after "operator" with a return type with more than one token
namespace marker "::" breaks bracket highlights when after "operator" with a return stament containing more than one token
Apr 9, 2020
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.
The text was updated successfully, but these errors were encountered: