Friday, September 22, 2023

Re: texts in a cpp file are highlighted as comments while they are not comments

Hi Henrik,

On Saturday, 2023-09-16 05:21:47 -0400, Henrik Lin wrote:

> As show in the picture, my texts are highlighted as comments
> The OS is windows, vim version 8.2
>
> Note: I also checked the texts are not within /**/

Obviously that text is not C++ code, so it must be either comments but
if it's not within /**/ then maybe it's a block surrounded by

#if 0
...

No comments: