aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-smie.el
diff options
context:
space:
mode:
Diffstat (limited to 'coq/coq-smie.el')
-rw-r--r--coq/coq-smie.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-smie.el b/coq/coq-smie.el
index 993674b6..9a7df711 100644
--- a/coq/coq-smie.el
+++ b/coq/coq-smie.el
@@ -106,7 +106,7 @@ the token of \".\" is simply \".\"."
((looking-at "Proof\\>")
(forward-char 5)
(coq-find-not-in-comment-forward "[^[:space:]]") ;; skip spaces and comments
- (if (looking-at "\\.\\|with") ". proofstart" "."))
+ (if (looking-at "\\.\\|with\\|using") ". proofstart" "."))
((or (looking-at "Next\\s-+Obligation\\>")
(coq-smie-detect-goal-command))
(save-excursion