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 missing atomic types #1

Closed manenko closed 10 years ago

manenko commented 10 years ago

Hi!

I added missed atomic types to the after/syntax/cpp.vim (Mizuchi already did this in his Mizuchi / STL-Syntax). Feel free to merge these changes.

Regards, Alexander.

octol commented 10 years ago

Thanks for the update.

Regards, Jon