feat(emacs): add syntax-highlight for clear and revert tactics

This commit is contained in:
Leonardo de Moura 2014-11-26 14:33:28 -08:00
parent 2bd8f969d5
commit 63eafaae9a

View file

@ -122,7 +122,8 @@
;; tactics
(,(rx (not (any "\.")) word-start
(or "\\b.*_tac" "Cond" "or_else" "then" "try" "when" "assumption" "eassumption" "rapply" "apply" "rename" "intro" "intros"
"generalize" "generalizes" "back" "beta" "done" "exact" "repeat" "whnf" "rotate" "rotate_left" "rotate_right")
"generalize" "generalizes" "clear" "clears" "revert" "reverts" "back" "beta" "done" "exact" "repeat"
"whnf" "rotate" "rotate_left" "rotate_right")
word-end)
. 'font-lock-constant-face)
;; Types