From 002ffc79d9c3d60afea21883703df476e18adc53 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 1 Sep 2016 11:48:07 -0700 Subject: Add Context to coq-syntax.el --- 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 195636a5..d6854e9a 100644 --- a/coq/coq-syntax.el +++ b/coq/coq-syntax.el @@ -431,6 +431,7 @@ so for the following reasons: ("Conjecture" "conj" "Conjecture #: #." t "Conjecture") ("Variable" "v" "Variable #: #." t "Variable") ("Variables" "vs" "Variables # , #: #." t "Variables") + ("Context" nil "Context #, (# : #)." t "Context") ("Local Coercion" nil "Local Coercion @{id} : @{typ1} >-> @{typ2}." t "Local\\s-+Coercion") ("Coercion" "coerc" "Coercion @{id} : @{typ1} >-> @{typ2}." t "Coercion") ) -- cgit v1.2.3