Re: [patch] clean up C/C++ string and character literal highlighting

2014-09-14 Fir de Conversatie Bram Moolenaar
Brian Bi wrote: A few bugs with C and C++ syntax highlighting: 1. In C mode, if c_no_c11 is set, then the highlighting of u8foo depends on c_no_cformat. If c_no_cformat is on, it gets highlighted even though u8foo is not a valid string literal pre-C11. 2. In C++ mode, if c_no_c11 is

[patch] clean up C/C++ string and character literal highlighting

2014-09-13 Fir de Conversatie Brian Bi
A few bugs with C and C++ syntax highlighting: 1. In C mode, if c_no_c11 is set, then the highlighting of u8foo depends on c_no_cformat. If c_no_cformat is on, it gets highlighted even though u8foo is not a valid string literal pre-C11. 2. In C++ mode, if c_no_c11 is set, then (u8foo) doesn't