diff options
Diffstat (limited to 'ide')
| -rw-r--r-- | ide/highlight.mll | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
