mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add the BUG and XXX tags to hl-todo
This commit is contained in:
@ -20,7 +20,12 @@
|
|||||||
;; directed at another user other than the author.
|
;; directed at another user other than the author.
|
||||||
("NOTE" success bold)
|
("NOTE" success bold)
|
||||||
;; For things that just gotta go and will soon be gone.
|
;; For things that just gotta go and will soon be gone.
|
||||||
("DEPRECATED" font-lock-doc-face bold)))
|
("DEPRECATED" font-lock-doc-face bold)
|
||||||
|
;; For a known bug that needs a workaround
|
||||||
|
("BUG" error bold)
|
||||||
|
;; For warning about a problematic or misguiding code
|
||||||
|
("XXX" font-lock-constant-face bold)))
|
||||||
|
|
||||||
|
|
||||||
(defadvice! +hl-todo-clamp-font-lock-fontify-region-a (orig-fn &rest args)
|
(defadvice! +hl-todo-clamp-font-lock-fontify-region-a (orig-fn &rest args)
|
||||||
"Fix an `args-out-of-range' error in some modes."
|
"Fix an `args-out-of-range' error in some modes."
|
||||||
|
Reference in New Issue
Block a user