Wilfred / bison-mode

Emacs major mode for Bison/Jison, Yacc and Lex grammars
27 stars 21 forks source link

Incorrect syntax highlighting. #10

Open jstaursky opened 4 years ago

jstaursky commented 4 years ago

you need to adjust your regexp for keyword coloring. e.g. preprocess_if when used as a variable (after having been declared earlier) will incorrectly highlight the if portion of the variable. image