Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

C++ syntax highlighting: Multiple parent classes are not syntax-highlighted if there is a line break in between #30073

Closed
tobbi opened this issue Jul 4, 2017 · 1 comment
Assignees
Labels
languages-basic Basic language support issues

Comments

@tobbi
Copy link

tobbi commented Jul 4, 2017

  • VSCode Version: Version 1.14.0-insider (1.14.0-insider)
    cea00a7
    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.
}
  1. 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

image

@aeschli
Copy link
Contributor

aeschli commented Jul 11, 2017

This issue was moved to atom/language-c#245

@aeschli aeschli closed this as completed Jul 11, 2017
@vscodebot vscodebot bot locked and limited conversation to collaborators Nov 18, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
languages-basic Basic language support issues
Projects
None yet
Development

No branches or pull requests

2 participants