octol / vim-cpp-enhanced-highlight

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

Add missing keywords from <atomic> #73

Closed j-carl closed 5 years ago

j-carl commented 5 years ago

Add missing types from enum std::memory_order.

octol commented 5 years ago

Thanks!