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 keywords from <locale> and some more C++17 #61

Closed bfrg closed 6 years ago

bfrg commented 6 years ago

Several types from the header were missing. Also added scoped_lock (C++17) from the header. Fixed a typo: std::shared_mutex is defined in and not in .