Browse Source

Highlight the : in comment annotations as well

custom
Bozhidar Batsov 12 years ago
parent
commit
7e20d8bf2b
  1. 2
      modules/prelude-programming.el

2
modules/prelude-programming.el

@ -95,7 +95,7 @@
This functions should be added to the hooks of major modes for programming." This functions should be added to the hooks of major modes for programming."
(font-lock-add-keywords (font-lock-add-keywords
nil '(("\\<\\(FIX\\(ME\\)?\\|TODO\\|OPTIMIZE\\|HACK\\|REFACTOR\\):"
nil '(("\\<\\(\\(FIX\\(ME\\)?\\|TODO\\|OPTIMIZE\\|HACK\\|REFACTOR\\):\\)"
1 font-lock-warning-face t)))) 1 font-lock-warning-face t))))
;; show the name of the current function definition in the modeline ;; show the name of the current function definition in the modeline

Loading…
Cancel
Save