From c022079c7ec0559852de9877b98ffda4b70bd8b2 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Sun, 3 Jul 2016 12:05:26 -0700 Subject: Highlight Existing Class like Existing Instance (#85) Closes #81 --- coq/coq-syntax.el | 1 + 1 file changed, 1 insertion(+) (limited to 'coq/coq-syntax.el') diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el index e49e18a1..920fb439 100644 --- a/coq/coq-syntax.el +++ b/coq/coq-syntax.el @@ -421,6 +421,7 @@ so for the following reasons: ("Hint Rewrite ->" "hrw" "Hint Rewrite -> @{t1,t2...} using @{tac} : @{db}." t "Hint\\s-+Rewrite") ("Hint Rewrite <-" "hrw" "Hint Rewrite <- @{t1,t2...} using @{tac} : @{db}." t ) ("Hint Unfold" "hu" "Hint Unfold # : #." t "Hint\\s-+Unfold") + ("Existing Class" nil "Existing Class " t "Existing\\s-+Class") ("Existing Instance" nil "Existing Instance " t "Existing\\s-+Instance") ("Existing Instances" nil "Existing Instances " t "Existing\\s-+Instances") ("Hypothesis" "hyp" "Hypothesis #: #" t "Hypothesis") -- cgit v1.2.3