octol / vim-cpp-enhanced-highlight

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

Missing C++ attribute support #75

Open kirillbobyrev opened 5 years ago

kirillbobyrev commented 5 years ago

I'm not sure if it is intended or not, but I wasn't able to find any support for C++ attributes. I would be willing to add them, but I'm not sure which highlighting is intended for the attributes since I couldn't find them anywhere. The following is a list of attributes that could be added to the plugin:

octol commented 5 years ago

Thanks for opening the issue so we can keep track of it