Vanilla 1.1.1 is a product of Lussumo. More Information: Documentation, Community Support.
What theme are you using?
Of all the themes that highlight #ifndef, #define, and so on, only the default theme appears to highlight #endif also.
To hilight it add these lines to the theme you are using.
/******************************************************/
/* Preprocessor line */
/******************************************************/
{
title : 'Preprocessor line'
scope : 'other.preprocessor'
settings : {
font_style : ''
foreground : '#1A921C'
}
}
/******************************************************/
/* Preprocessor directive */
/******************************************************/
{
title : 'Preprocessor directive'
scope : 'entity.title.preprocessor'
settings : {
font_style : 'bold'
foreground : '#0C450D'
}
}
1 to 5 of 5