aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/highlight.mll
diff options
context:
space:
mode:
authorGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-03 23:07:04 +0000
committerGravatar letouzey <letouzey@85f007b7-540e-0410-9357-904b9bb8a0f7>2003-11-03 23:07:04 +0000
commitc323245bc688612691a7bd3306f7ca019dcd62aa (patch)
tree28ae0176d644add01343dca5ce4aabcb3e5dd9df /ide/highlight.mll
parent6e4d36773113d9f103e7161e0a4ed05deeff5324 (diff)
Check en plus parmi les keywords
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4785 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'ide/highlight.mll')
-rw-r--r--ide/highlight.mll2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/highlight.mll b/ide/highlight.mll
index d283167c2..9c0e5abee 100644
--- a/ide/highlight.mll
+++ b/ide/highlight.mll
@@ -29,7 +29,7 @@ let identchar =
let ident = firstchar identchar*
let keyword =
- "Add" | "AddPath" | "Chapter" |
+ "Add" | "AddPath" | "Chapter" | "Check" |
"CoInductive" | "Compile" | "Defined" |
"End" | "Export" | "Extraction" | "Fact" | "Fix" | "Global" |
"Grammar" | "Hint" |