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

Don't color floats as member variables #57

Closed lucianposton closed 6 years ago

lucianposton commented 6 years ago

Fix float coloring

Before: float-b

After: float-a

octol commented 6 years ago

Thanks!