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
Also I don't see this being done in other lexers, maybe I didn't look enough so correct me if I'm wrong and this behavior is fine, but when prefixing names with their namespaces the namespaces are matched as just a Name :
std::optional{}
std is matched as Name.
The text was updated successfully, but these errors were encountered:
This happens when declaring a namespace:
std
is lexed as Name and not Name.Namespace.Also I don't see this being done in other lexers, maybe I didn't look enough so correct me if I'm wrong and this behavior is fine, but when prefixing names with their namespaces the namespaces are matched as just a Name :
std
is matched as Name.The text was updated successfully, but these errors were encountered: