Skip to content

Commit

Permalink
Fix FIXME highlighting
Browse files Browse the repository at this point in the history
"ME" was never highlighted.
  • Loading branch information
dgutov committed May 1, 2012
1 parent 72fdb39 commit 0969080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starter-kit-defuns.el
Expand Up @@ -78,7 +78,7 @@

(defun esk-add-watchwords ()
(font-lock-add-keywords
nil '(("\\<\\(FIX\\|TODO\\|FIXME\\|HACK\\|REFACTOR\\|NOCOMMIT\\)"
nil '(("\\<\\(FIX\\(ME\\)?\\|TODO\\|HACK\\|REFACTOR\\|NOCOMMIT\\)"
1 font-lock-warning-face t))))

(add-hook 'prog-mode-hook 'esk-local-column-number-mode)
Expand Down

0 comments on commit 0969080

Please sign in to comment.