octol / vim-cpp-enhanced-highlight

Additional Vim syntax highlighting for C++ (including C++11/14/17)
MIT License
1.06k stars 149 forks source link

Augment: Highlight `struct` just as well as `class` #96

Open boki1 opened 1 year ago

boki1 commented 1 year ago

Hello there :smile:,

As I was using the plugin I noticed that my struct-s were not highlighted just as well as my class-es. So, I fixed that for myself and decided to share.

Signed-off-by: Kristiyan Stoimenov kristoimenov@gmail.com