aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-smie.el
diff options
context:
space:
mode:
authorGravatar Pierre Courtieu <courtieu@lri.fr>2015-03-24 18:14:44 +0000
committerGravatar Pierre Courtieu <courtieu@lri.fr>2015-03-24 18:14:44 +0000
commit3f206f8658bd5fabe6726a39c0fa0c9405fcca8d (patch)
treeaa082f870857f3b36af9af122b914edf223eea1b /coq/coq-smie.el
parent67f23604d57cc5e4e5b4f3546f241401828c4b5c (diff)
Fixed indetation of tryif then else.
Diffstat (limited to 'coq/coq-smie.el')
-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))