I installed the plugin via Vundle per the instructions. When I try to highlight the following small snippet:
class Foo {
Function(double variable);
MyType foo;
}
It doesn't highlight the word Function like it does in the screenshot. It also doesn't doesn't highlight the word MyType.
I checked the highlight group and for both words it's cBlock.
What's wrong?
I installed the plugin via Vundle per the instructions. When I try to highlight the following small snippet:
It doesn't highlight the word
Functionlike it does in the screenshot. It also doesn't doesn't highlight the wordMyType.I checked the highlight group and for both words it's
cBlock.What's wrong?