From 8190e7cd8e858f5336747bf2a59246753ee83502 Mon Sep 17 00:00:00 2001 From: gmelquio Date: Fri, 30 Oct 2009 13:32:16 +0000 Subject: Removed 'dest' from keyword highlighting. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12447 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/highlight.mll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ide') diff --git a/ide/highlight.mll b/ide/highlight.mll index ad71be1626..6e4fc05525 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 -- cgit v1.2.3