aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coq/coq.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq.el b/coq/coq.el
index 7eebb364..6af3314c 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -594,7 +594,7 @@ Lemma foo: forall n,
;; are not recognized by coq-smie-search-token-backward
;; TODO: add all tactics accepting "in" TODO or better: find
;; another way to distinguish tactic "in" from "let in"
- '("in" "let" "eval" "rewrite" "unfold" "apply"))
+ '("in" "let" "eval" "rewrite" "unfold" "apply" "simpl" "compute" "symmetry"))
'("in" "let"))
"in" "in tactic")))
(tok))))