octol / vim-cpp-enhanced-highlight

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

Highlight newer *_t/*_v/*_* types #29

Closed oblitum closed 8 years ago

oblitum commented 8 years ago

I've checked that it's not highlighting enable_if_t (C++14) nor is_integral_v (C++17), there should be more.

octol commented 8 years ago

I've merged in #33, does it fix this issue?

oblitum commented 8 years ago

@octol hi. It's still missing the C++17 bits.

bfrg commented 8 years ago

See pull request #35.

oblitum commented 8 years ago

Indeed #35 seems to cover the remaining bits of this feature request.

octol commented 8 years ago

Merged #35