From af41885b0e13fff713fef71f9a653e39add9b2f6 Mon Sep 17 00:00:00 2001
From: Guillaume Melquiond
Date: Fri, 6 Mar 2015 15:22:08 +0100
Subject: Fix syntax highlighting of Scheme.
---
ide/coq.lang | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ide/coq.lang b/ide/coq.lang
index 09b59d4625..788ad8aef8 100644
--- a/ide/coq.lang
+++ b/ide/coq.lang
@@ -29,7 +29,7 @@
(\%{ident}\.)*\%{ident}
[-+*{}]
\.(\s|\z)
- (Definition)|(Let)|(Example)|(SubClass)|(Fixpoint)|(CoFixpoint)|(Scheme)|(Function)|(Conjecture)|(Inductive)|(CoInductive)|(Record)|(Structure)|(Ltac)|(Instance)|(Class)|(Module(\%{space}+Type)?)|(Existing\%{space}+Instance)|(Canonical\%{space}+Structure)|(Coercion)
+ (Definition)|(Let)|(Example)|(SubClass)|(Fixpoint)|(CoFixpoint)|(Function)|(Conjecture)|(Inductive)|(CoInductive)|(Record)|(Structure)|(Ltac)|(Instance)|(Class)|(Module(\%{space}+Type)?)|(Existing\%{space}+Instance)|(Canonical\%{space}+Structure)|(Coercion)
(Hypothes[ie]s)|(Axiom(s)?)|(Variable(s)?)|(Parameter(s)?)|(Context)|(Implicit\%{space}+Type(s)?)
(((Local)|(Global))\%{space}+)?
(Theorem)|(Lemma)|(Fact)|(Remark)|(Corollary)|(Proposition)|(Property)
@@ -186,6 +186,7 @@
\%{space}+(?'qua'\%{qualit})
Chapter
Combined\%{space}+Scheme
+ Scheme\%{space}((Induction)|(Minimality)|(Elimination)|(Case)|(Equality))\%{space}for
End
Section
About
--
cgit v1.2.3