aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--generic/proof-site.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el
index 8aeb8d16..a4b9c768 100644
--- a/generic/proof-site.el
+++ b/generic/proof-site.el
@@ -118,8 +118,9 @@ You can use customize to set this variable."
(hol98 "HOL" "\\.sml$")
(acl2 "ACL2" "\\.acl2$")
(twelf "Twelf" "\\.elf$")
- ;; The following provers have experimental support
+ ;; The following provers have experimental support, WIP
(plastic "Plastic" "\\.lf$")
+ (lclam "Lambda-CLAM" "\\.lcm$")
;; Next line for testing only
;; (pgip "PGIP/Isa" "\\.ML$\\|\\.thy$")
)))