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

comments are not highlighted inside template parameters list #48

Open iggu opened 7 years ago

iggu commented 7 years ago

try

template <typename /*T*/U>
class C;

T is colored as usual term, not as a comment as excpected.

octol commented 7 years ago

Good catch, I observe the same issue locally.