From bdfed9edf1e7ed929d1867442587c6ecef30986b Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Fri, 6 Mar 2015 16:07:52 +0100 Subject: Fix syntax highlighting of Module (Type). --- ide/coq.lang | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ide/coq.lang b/ide/coq.lang index 1622e13330..2242ef1022 100644 --- a/ide/coq.lang +++ b/ide/coq.lang @@ -29,7 +29,7 @@ (\%{ident}\.)*\%{ident} [-+*{}] \.(\s|\z) - (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) + (Definition)|(Let)|(Example)|(SubClass)|(Fixpoint)|(CoFixpoint)|(Function)|(Conjecture)|(Inductive)|(CoInductive)|(Record)|(Structure)|(Ltac)|(Instance)|(Class)|(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) @@ -190,6 +190,7 @@ Scheme\%{space}((Induction)|(Minimality)|(Elimination)|(Case)|(Equality))\%{space}for End Section + Module(\%{space}+Type)? Declare\%{space}+Module(\%{space}+((Import)|(Export)))? About Arguments -- cgit v1.2.3