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

Added missing C++17 type_traits #62

Closed bfrg closed 6 years ago

bfrg commented 6 years ago

Some C++17 type_traits were still missing. Added also the first type_trait from C++20 (from cppreference.com). I think C++17 is complete. Closes #34

octol commented 6 years ago

Thanks!