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

Update C++ concept keywords #80

Closed jseba closed 4 years ago

jseba commented 4 years ago

As of P1754, all concepts will become snake_case, consistent with the rest of the standard library. This change adds support for the new names by using the value of g:cpp_concepts_highlight to select the concept naming convention.

This new section includes all concepts currently defined in the working draft and their names from P1754.

octol commented 4 years ago

Good point! I'd even consider removed the old ones entirely