aboutsummaryrefslogtreecommitdiffhomepage
path: root/coq/coq-syntax.el
diff options
context:
space:
mode:
authorGravatar hendriktews <hendrik@askra.de>2017-01-17 14:27:45 +0100
committerGravatar GitHub <noreply@github.com>2017-01-17 14:27:45 +0100
commit2ef23b6a8a8e2eda36612b07fd4465f4dea5d5f2 (patch)
tree16dbe7fa7db8ac5b1609f75dc23273927a09ca93 /coq/coq-syntax.el
parent915c66130bf639c7bd0b94f5a5c4a79f9148d2b1 (diff)
parent002ffc79d9c3d60afea21883703df476e18adc53 (diff)
Merge pull request #107 from JasonGross/patch-3
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 5aa41292..2f6104fe 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")
)