Jon Häggblad

Results 35 comments of Jon Häggblad

Yes I agree this a big issue, and I'm not sure there is an easy way around it. Other plugins that does similar type of highlighting seem to suffer the...

Is this with or without template function highlight?

Enabling highlighting of template functions via ``` let g:cpp_experimental_simple_template_highlight = 1 ``` or alternatively ``` let g:cpp_experimental_template_highlight = 1 ``` can slow down parsing by quite a bit.

> CustomType a; You're not going to be able to highlight your own types in this syntax without some kind of compiler backend, so it's a known limitation that it...

Yes this is currently an unfortunate restriction. See also https://stackoverflow.com/questions/13627544/in-vim-is-there-any-way-to-define-syn-region-for-template-angle-brackets-withou for a discussion on this. Right now there is nothing in the pipeline that will fix this, but I of...