0

C++ coloring bug

Igor Demura vor 11 Jahren 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.