branch: master commit d0e8d57b15b053fa8972654e3f5fad492ae7b576 Author: Oleh Krehel <ohwoeo...@gmail.com> Commit: Oleh Krehel <ohwoeo...@gmail.com>
hydra.el (hydra-add-font-lock): Add `defhydradio' --- hydra.el | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/hydra.el b/hydra.el index 6b73627..bf1b558 100644 --- a/hydra.el +++ b/hydra.el @@ -135,6 +135,9 @@ Vanquishable only through a blue head.") 'emacs-lisp-mode '(("(\\(defhydra\\)\\_> +\\(.*?\\)\\_>" (1 font-lock-keyword-face) + (2 font-lock-type-face)) + ("(\\(defhydradio\\)\\_> +\\(.*?\\)\\_>" + (1 font-lock-keyword-face) (2 font-lock-type-face))))) ;;* Universal Argument