0

C++ coloring bug

Igor Demura 11 years ago 0

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.