feat(emacs): highlight 'inversion' tactic
This commit is contained in:
parent
db9fd53b80
commit
f8fa9f3344
1 changed files with 1 additions and 1 deletions
|
@ -123,7 +123,7 @@
|
|||
(,(rx (not (any "\.")) word-start
|
||||
(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"
|
||||
"whnf" "rotate" "rotate_left" "rotate_right")
|
||||
"whnf" "rotate" "rotate_left" "rotate_right" "inversion")
|
||||
word-end)
|
||||
. 'font-lock-constant-face)
|
||||
;; Types
|
||||
|
|
Loading…
Reference in a new issue