aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDilip Sequiera1996-11-13 15:31:14 +0000
committerDilip Sequiera1996-11-13 15:31:14 +0000
commitc351224b00a613e5ad866b2292205808e4a56856 (patch)
tree2605bbb3774dcbb368ef41eaaea3d47ffb4d4dc2
parent0d652f0ee9e925ac7fa3539cb4b18973a4ce04dd (diff)
Fixed parenthesis matching to deal with comments
-rw-r--r--lego.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lego.el b/lego.el
index e6795f1d..fc66c1e4 100644
--- a/lego.el
+++ b/lego.el
@@ -523,6 +523,7 @@
(modify-syntax-entry ?\* ". 23")
(modify-syntax-entry ?\( "()1")
(modify-syntax-entry ?\) ")(4")
+ (setq blink-matching-paren-dont-ignore-comments t)
(proof-config-done)