emacs - c-mode single quote fontification -
i noticed single quotes being font-locked warning face, throwing off fontification of entire buffer. know why is happening? example,
#include <stdio.h> int main(int argc, char *argv[]) { if ( getc( stdin ) == '\n' ) //why ^ getting font-lock-warning-face? ; return 0; }
version info: emacs 26.0.50, semantic version 2.2. started emacs -q
, enabling semantic mode, m-x semantic-mode
in buffer.
Comments
Post a Comment