Steps to Reproduce:
- Write the following syntactically correct C++ code:
class SomeClass: public MyClass1,
public MyClass2,
public MyClass3
{
// Other members and methods and all that stuff.
}
- See how public MyClass1 is syntax-highlighted correctly. However, public MyClass1 and public MyClass2 are not getting highlighted at all.
This changes when I put all of the parent classes in one line.
Reproduces without extensions: Yes
