`emacs-mode` is highlighting keywords in identifiers. An example: ``` fn fn_foo() { } ``` The `fn` in `fn_foo()` is highlighted when it shouldn't be.