0
C++ coloring bug
Put following C++ code into Sublime:
class C {
void Begin() {
using namespace ::n1::n2;
// Something wrong!!!
}
};
Comment isn't colored as comment. The reason is using decl line above.
Customer support service by UserEcho