aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coq/coq-smie.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/coq/coq-smie.el b/coq/coq-smie.el
index 2d48a592..bfbc9a8f 100644
--- a/coq/coq-smie.el
+++ b/coq/coq-smie.el
@@ -477,6 +477,8 @@ The point should be at the beginning of the command name."
((member tok '("lazymatch" "multimatch")) "match")
+ ((equal tok "tryif") "if")
+
;; rhaaa... Some peolple use "End" as a id...
((equal tok "End")
(if (coq-is-at-command-real-start) "end module" tok))