From 7dd73ff65ad78b20ff25170f33d15a06ac006ae2 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Fri, 6 Mar 2015 14:46:04 +0100 Subject: Add syntax highlighting for Coercion. --- ide/coq.lang | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ide/coq.lang b/ide/coq.lang index 6f7994fae7..733f1dcec7 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)|(Hypothesis)|(Axiom)|(Variable)|(Parameter)|(Conjecture)|(Inductive)|(CoInductive)|(Record)|(Structure)|(Ltac)|(Instance)|(Context)|(Class)|(Module(\%{space}+Type)?)|(Existing\%{space}+Instance)|(Canonical\%{space}+Structure) + (Definition)|(Let)|(Example)|(SubClass)|(Fixpoint)|(CoFixpoint)|(Scheme)|(Function)|(Hypothesis)|(Axiom)|(Variable)|(Parameter)|(Conjecture)|(Inductive)|(CoInductive)|(Record)|(Structure)|(Ltac)|(Instance)|(Context)|(Class)|(Module(\%{space}+Type)?)|(Existing\%{space}+Instance)|(Canonical\%{space}+Structure)|(Coercion) (Hypotheses)|(Axioms)|(Variables)|(Parameters)|(Implicit\%{space}+Type(s)?) (((Local)|(Global))\%{space}+)? (Theorem)|(Lemma)|(Fact)|(Remark)|(Corollary)|(Proposition)|(Property) -- cgit v1.2.3