aboutsummaryrefslogtreecommitdiffhomepage
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 21516f7cf..ad71be162 100644
--- a/ide/highlight.mll
+++ b/ide/highlight.mll
@@ -48,7 +48,7 @@
"Proposition" ; "Property" ;
(* Definitions *)
"Definition" ; "Let" ; "Example" ; "SubClass" ;
- "Fixpoint" ; "CoFixpoint" ; "Scheme" ;
+ "Fixpoint" ; "CoFixpoint" ; "Scheme" ; "Function" ;
(* Assumptions *)
"Hypothesis" ; "Variable" ; "Axiom" ; "Parameter" ; "Conjecture" ;
"Hypotheses" ; "Variables" ; "Axioms" ; "Parameters";