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

Function name highlighted as type #68

Open EdwinHu233 opened 6 years ago

EdwinHu233 commented 6 years ago

I defined a function called deque. It's a typo (I meant "dequeue") and is occasionally the same as the name of std::deque. So it's highlighted as a type. wrong_highlight