aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Loiseleur1999-06-30 07:19:51 +0000
committerPatrick Loiseleur1999-06-30 07:19:51 +0000
commitae23ee0a825b7ff75d1ae5d460768838aae1ef21 (patch)
tree0d71e560aa2835a6d2b8fb1647474b7eca2fc8fe
parentf67293ef4c6d37f3bf5b221685bd87bcea8836d4 (diff)
keywords of coq 6.3
-rw-r--r--coq/coq-syntax.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el
index 083259bc..4a9723b0 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -29,6 +29,7 @@
"Inductive\\s-+Prop"
"Inductive\\s-+Type"
"Mutual\\s-+Inductive"
+"Record"
"Scheme"
))
@@ -72,10 +73,11 @@
"Extraction"
"Focus"
"Grammar"
-"Hint"
"Hints\\s-+Resolve"
"Hints\\s-+Immediate"
"Hints\\s-+Unfold"
+"HintRewrite"
+"Hint"
"Infix"
"Initialize"
"Implicit\\s-+Arguments\\s-+On"
@@ -90,6 +92,7 @@
"Print\\s-+Coercions"
"Print\\s-+Graph"
"Print\\s-+Grammar"
+"Print\\s-+HintDb"
"Print\\s-+Hint"
"Print\\s-+LoadPath"
"Print\\s-+ML\\s-+Path"