aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-syntax.el
diff options
context:
space:
mode:
authorGravatar Jason Gross <jasongross9@gmail.com>2016-09-01 11:48:07 -0700
committerGravatar GitHub <noreply@github.com>2016-09-01 11:48:07 -0700
commit002ffc79d9c3d60afea21883703df476e18adc53 (patch)
tree79b7e6f1e4fe08b23001adbca5f69815024f720c /coq/coq-syntax.el
parent64ca55b1593fff8cfffab89c51d7e92c1a68dc27 (diff)
Add Context to coq-syntax.el
Diffstat (limited to 'coq/coq-syntax.el')
-rw-r--r--coq/coq-syntax.el1
1 files changed, 1 insertions, 0 deletions
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")
)