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

Popular posts from this blog

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -