diff options
| -rw-r--r-- | generic/proof-site.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el index 5ce76d93..0ff771b4 100644 --- a/generic/proof-site.el +++ b/generic/proof-site.el @@ -53,7 +53,8 @@ (hol98 "HOL" "\\.sml$") ;; The following provers have experimental support (plastic "Plastic" "\\.lf$") - (twelf "Twelf" "\\.elf$")) + (twelf "Twelf" "\\.elf$") + (af2 "Af2" "\\.af2$")) "*Proof General's table of supported proof assistants. Extend this table to add a new proof assistant. Each entry is a list of the form |
