_From @tobbi on July 4, 2017 0:4_ <!-- Do you have a question? Please ask it on http://stackoverflow.com/questions/tagged/vscode. --> <!-- Use Help > Report Issues to prefill these. --> - VSCode Version: Version 1.14.0-insider (1.14.0-insider) cea00a71bef01a5ecbae39a8dd4f1bd08fd50c57 2017-07-03T11:01:02.438Z - OS Version: Mac OS X 10.12.5 Steps to Reproduce: 1. Write the following syntactically correct C++ code: ``` class SomeClass: public MyClass1, public MyClass2, public MyClass3 { // Other members and methods and all that stuff. } ``` 2. 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. <!-- Launch with `code --disable-extensions` to check. --> Reproduces without extensions: Yes  _Copied from original issue: Microsoft/vscode#30073_
From @tobbi on July 4, 2017 0:4
VSCode Version: Version 1.14.0-insider (1.14.0-insider)
cea00a71bef01a5ecbae39a8dd4f1bd08fd50c57
2017-07-03T11:01:02.438Z
OS Version: Mac OS X 10.12.5
Steps to Reproduce:
This changes when I put all of the parent classes in one line.
Reproduces without extensions: Yes
Copied from original issue: microsoft/vscode#30073