Bastian Beischer writes: > The following file is incorrectly parsed by CC-Mode (font-lock > considers everything after //bar to be a comment, for example): > > #include "foo.h"//bar > int main(int argc, char** argv) { > return 0; > } > > This problem is reproduceable from emacs -Q when inserting the above > into a c++-mode buffer. > > This is with emacs built from 94281c9a1cc0f756841fdc9b266657853df94a29 > on master, but I guess this is relevant for emacs-26 as well. (This bug report unfortunately got no response at the time.) I'm unable to reproduce this in Emacs 26.1, 27.1 or the current trunk. For instance, in Emacs 26.1, it displays as: