aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide
diff options
context:
space:
mode:
authorGravatar gmelquio <gmelquio@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-10-30 13:32:16 +0000
committerGravatar gmelquio <gmelquio@85f007b7-540e-0410-9357-904b9bb8a0f7>2009-10-30 13:32:16 +0000
commit8190e7cd8e858f5336747bf2a59246753ee83502 (patch)
tree7abfe5fcdd9ae970429bba1f71bdceac3a2d3b32 /ide
parent467babb2967b73df3661bb147633345d44255b3f (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 'ide')
-rw-r--r--ide/highlight.mll2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/highlight.mll b/ide/highlight.mll
index ad71be162..6e4fc0552 100644
--- a/ide/highlight.mll
+++ b/ide/highlight.mll
@@ -34,7 +34,7 @@
let h = Hashtbl.create 97 in
List.iter (fun s -> Hashtbl.add h s ())
[ "forall"; "fun"; "match"; "fix"; "cofix"; "with"; "for";
- "end"; "as"; "let"; "in"; "dest"; "if"; "then"; "else"; "return";
+ "end"; "as"; "let"; "in"; "if"; "then"; "else"; "return";
"Prop"; "Set"; "Type" ];
Hashtbl.mem h