Skip to content
This repository has been archived by the owner on Oct 24, 2023. It is now read-only.

syntax highlight: struct/class inheritance #44

Open
pavelrevak opened this issue Aug 16, 2016 · 0 comments
Open

syntax highlight: struct/class inheritance #44

pavelrevak opened this issue Aug 16, 2016 · 0 comments

Comments

@pavelrevak
Copy link

Class names are not highlighted with right color when they are inherited

OK:

struct Foo {
}

Where Foo is highlighted with right color

Wrong:

struct Bar : public Foo {
}

where Bar : public is not highlighted.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant