aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ide/highlight.mll2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/highlight.mll b/ide/highlight.mll
index d283167c21..9c0e5abee6 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" |