diff options
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/proof-site.el | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/generic/proof-site.el b/generic/proof-site.el index 856d5977..e132bf09 100644 --- a/generic/proof-site.el +++ b/generic/proof-site.el @@ -38,7 +38,9 @@ '((isa "Isabelle" "\\.ML$\\|\\.thy$") ;(isar "Isabelle/Isar" "\\.thy$") (lego "LEGO" "\\.l$") - (coq "Coq" "\\.v$")) + (coq "Coq" "\\.v$") + (plastic "Plastic" "\\.lf$") + ) "*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 |
