Skip to content

Instantly share code, notes, and snippets.

@jeekl
Created October 1, 2013 08:37
Show Gist options
  • Save jeekl/6775500 to your computer and use it in GitHub Desktop.
Save jeekl/6775500 to your computer and use it in GitHub Desktop.
(add-hook 'find-file-hook
(lambda ()
(font-lock-add-keywords nil '(("\\(@todo\\|@fixme\\|XXX\\|TODO\\|FIXME\\|REFACTOR\\|HACK\\|BUG\\)"
1 font-lock-warning-face t)))))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment