[ESS] add TODOs into source code?

Richard M. Heiberger rmh at temple.edu
Wed Jul 9 21:15:29 CEST 2008


One more step
in addition to M-x occur RET TODO RET
is to highlight the use of the word TODO

See C-h f font-lock-add-keywords for details

(font-lock-add-keywords 'ess-mode
  '(("\\<\\(TODO\\)" 1 font-lock-warning-face prepend)))


Rich




More information about the ESS-help mailing list