From 63b0e4bf188a772cb0665d5eb70368a0f02c402e Mon Sep 17 00:00:00 2001 From: Healfdene Goguen Date: Tue, 5 May 1998 14:19:39 +0000 Subject: Added CoInductive. Made updates to reflect problem with "Definition", which couldn't be used with proof scripts. --- coq-fontlock.el | 23 ++++++++++++++++------- 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/coq-fontlock.el b/coq-fontlock.el index 81d2a1c7..e7086ae4 100644 --- a/coq-fontlock.el +++ b/coq-fontlock.el @@ -4,6 +4,11 @@ ;; Maintainer: LEGO Team ;; $Log$ +;; Revision 1.9 1998/05/05 14:19:39 hhg +;; Added CoInductive. +;; Made updates to reflect problem with "Definition", which couldn't be +;; used with proof scripts. +;; ;; Revision 1.8 1998/01/15 13:30:17 hhg ;; Added coq-shell-cd ;; Some new fontlocks @@ -53,13 +58,14 @@ (defvar coq-keywords-defn '( -"Definition" +"CoInductive" "Fixpoint" "Inductive" )) (defvar coq-keywords-goal '( +"Definition" "Fact" "Goal" "Lemma" @@ -83,7 +89,9 @@ "AddPath" "Cd" "Check" +"Class" "Compute" +"Coercion" "DelPath" "Eval" "Extraction" @@ -138,6 +146,7 @@ "Linear" "Load" "Pattern" +"Program_all" "Program" "Prolog" "Realizer" @@ -192,17 +201,17 @@ ; lambda binders (list (coq-abstr-regexp "\\[" ":") 1 'font-lock-declaration-name-face) - ; let binders -;; (list (coq-decl-defn-regexp "=") 1 'font-lock-function-name-face) - ; Pi binders (list (coq-abstr-regexp "(" ":") 1 'font-lock-declaration-name-face) ;; Kinds - (cons (concat "\\\\|\\\\|\\\\|\\