Open tankorsmash opened 7 years ago
Seems like it's related to #30 as disabling experimental seems to fix this, except with simple mode on, this happens instead:
ss << "GREEN TEXT" << std::chrono::duration_cast<std::chrono::seconds>(time_left) << " PROPER YELLOW";
The cpp settings here are similar, but simple is on instead
let g:cpp_class_scope_highlight = 1
let g:cpp_member_variable_highlight = 1
let g:cpp_class_decl_highlight = 1
let g:cpp_experimental_simple_template_highlight = 1
Without either experimental flags, this is the output, which looks more or less correct:
Seems like using brackets on a line like that breaks the highlighting for text.
The cpp settings here are: