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

cout doesn't get correctly highlighted #94

Open junhyeokahn opened 2 years ago

junhyeokahn commented 2 years ago

Hello, When I do std::cout, it doesn't get correctly highlighted although std::endl does. Please see line 36 in the below capture: image