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

g:cpp_experimental_template_highlight failing tests #55

Open lucianposton opened 6 years ago

lucianposton commented 6 years ago

g:cpp_experiemental_template_highlight has several failures in the included tests. Failures are circled in red in the after screenshot below.

Note, g:cpp_experimental_simple_template_highlight is failing also, but I assume that's intended based on the notes in the test file.

Before: before

After: after

MuAlphaOmegaEpsilon commented 4 years ago

This is still a problem. It seems like g:cpp_experimental_template_highlight doesn't highlight the template arguments, while g:cpp_experimental_simple_template_highlight doesn't highlight the templated class.