This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
C++17 nested namespaces don't have the correct colorization #260
Description
namespace level1::level2
The level1 is colored, but the level2 is not.
Repros with Atom and VS Code.
Original issue: microsoft/vscode-cpptools#1477