From 9e816a283f659e0d1e014b5022a128ede18ceec1 Mon Sep 17 00:00:00 2001 From: gmelquio Date: Tue, 20 Oct 2009 13:01:12 +0000 Subject: Added syntactic coloration for 'Function'. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12403 85f007b7-540e-0410-9357-904b9bb8a0f7 --- ide/highlight.mll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/highlight.mll b/ide/highlight.mll index 21516f7cfe..ad71be1626 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"; -- cgit v1.2.3