feat(emacs): highlight 'inversion' tactic

This commit is contained in:
Leonardo de Moura 2014-11-27 10:26:32 -08:00
parent db9fd53b80
commit f8fa9f3344

View file

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