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

Stream with a variable and a right bracket inside a string #59

Open zhkvia opened 6 years ago

zhkvia commented 6 years ago

Syntax highlighting fails when using stream functions with variables and strings with a right bracket simultaneously.

screen shot 2018-01-04 at 15 08 24
MVarga12 commented 6 years ago

I just had this issue. I think it's the cpp_experimental_template_highlight variable. Turning that off fixed it for me.