feat(emacs/lean-syntax): add 'eassumption' highlight
This commit is contained in:
parent
fd60cf6a79
commit
08e8161243
1 changed files with 1 additions and 1 deletions
|
@ -118,7 +118,7 @@
|
||||||
(,(rx "\[priority" (zero-or-more (not (any "\]"))) "\]") . font-lock-doc-face)
|
(,(rx "\[priority" (zero-or-more (not (any "\]"))) "\]") . font-lock-doc-face)
|
||||||
;; tactics
|
;; tactics
|
||||||
(,(rx (not (any "\.")) word-start
|
(,(rx (not (any "\.")) word-start
|
||||||
(or "\\b.*_tac" "Cond" "or_else" "then" "try" "when" "assumption" "rapply" "apply" "rename" "intro" "intros"
|
(or "\\b.*_tac" "Cond" "or_else" "then" "try" "when" "assumption" "eassumption" "rapply" "apply" "rename" "intro" "intros"
|
||||||
"generalize" "back" "beta" "done" "exact" "repeat")
|
"generalize" "back" "beta" "done" "exact" "repeat")
|
||||||
word-end)
|
word-end)
|
||||||
. 'font-lock-constant-face)
|
. 'font-lock-constant-face)
|
||||||
|
|
Loading…
Reference in a new issue