SublimeCImproved icon indicating copy to clipboard operation
SublimeCImproved copied to clipboard

syntax highlight: struct/class inheritance

Open pavelrevak opened this issue 9 years ago • 0 comments

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.

pavelrevak avatar Aug 16 '16 13:08 pavelrevak