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

Add more C++20 types and functions #81

Closed jseba closed 4 years ago

jseba commented 4 years ago

Also corrects iterators to remove types that don't exist in the standard.

octol commented 4 years ago

Nice cleanups, much appreciated!