*** Adding highlighting patterns to existing support
You can use the new function font-lock-add-keywords to add your own highlighting patterns, such as for project-local or user-specific constructs, for any mode.

For example, to highlight `FIXME:' words in C comments, put:

(font-lock-add-keywords 'c-mode '(("\\ in your ~/.emacs.