diff options
| author | gmelquio | 2009-10-30 13:32:16 +0000 |
|---|---|---|
| committer | gmelquio | 2009-10-30 13:32:16 +0000 |
| commit | 8190e7cd8e858f5336747bf2a59246753ee83502 (patch) | |
| tree | 7abfe5fcdd9ae970429bba1f71bdceac3a2d3b32 /tools | |
| parent | 467babb2967b73df3661bb147633345d44255b3f (diff) | |
Removed 'dest' from keyword highlighting.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12447 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/coq-syntax.el | 2 | ||||
| -rw-r--r-- | tools/coqdoc/output.ml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/tools/coq-syntax.el b/tools/coq-syntax.el index f959184663..5b88f6a553 100644 --- a/tools/coq-syntax.el +++ b/tools/coq-syntax.el @@ -775,7 +775,7 @@ Used by `coq-goal-command-p'" "False" "True" "after" "as" "cofix" "fix" "forall" "fun" "match" "return" "struct" "else" "end" "if" "in" "into" "let" "then" "using" "with" "beta" "delta" "iota" "zeta" "after" "until" - "at" "Sort" "Time" "dest")) + "at" "Sort" "Time")) "Reserved keywords of Coq.") diff --git a/tools/coqdoc/output.ml b/tools/coqdoc/output.ml index 1d68b010e6..ae35f74458 100644 --- a/tools/coqdoc/output.ml +++ b/tools/coqdoc/output.ml @@ -54,7 +54,7 @@ let is_keyword = "Obligation"; "Obligations"; "Solve"; "using"; "Next Obligation"; "Next"; "Program Instance"; "Equations"; "Equations_nocomp"; (*i (* coq terms *) *) - "forall"; "match"; "as"; "in"; "return"; "with"; "end"; "let"; "dest"; "fun"; + "forall"; "match"; "as"; "in"; "return"; "with"; "end"; "let"; "fun"; "if"; "then"; "else"; "Prop"; "Set"; "Type"; ":="; "where"; "struct"; "wf"; "measure"; (* Ltac *) "before"; "after" |
