Highlight DEBUG
This commit is contained in:
parent
494cda1ac0
commit
996c5867e6
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ Including indent-buffer, which should not be called automatically on save."
|
|||
|
||||
(defun esk-add-watchwords ()
|
||||
(font-lock-add-keywords
|
||||
nil '(("\\<\\(FIX\\(ME\\)?\\|TODO\\|HACK\\|REFACTOR\\|NOCOMMIT\\)"
|
||||
nil '(("\\<\\(FIX\\(ME\\)?\\|TODO\\|DEBUG\\|HACK\\|REFACTOR\\|NOCOMMIT\\)"
|
||||
1 font-lock-warning-face t))))
|
||||
|
||||
(defun esk-sudo-edit (&optional arg)
|
||||
|
|
Loading…
Reference in a new issue