From d0801d05923278f3dd908c7965085cc052063944 Mon Sep 17 00:00:00 2001
From: Guillaume Melquiond
Date: Fri, 6 Mar 2015 14:53:44 +0100
Subject: Fix syntax highlighting of Hypothesis, Axiom, Variable, Parameter,
and Context.
---
ide/coq.lang | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/ide/coq.lang b/ide/coq.lang
index 733f1dcec7..94ee77ae1b 100644
--- a/ide/coq.lang
+++ b/ide/coq.lang
@@ -29,8 +29,8 @@
(\%{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)|(Coercion)
- (Hypotheses)|(Axioms)|(Variables)|(Parameters)|(Implicit\%{space}+Type(s)?)
+ (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)
+ (Hypothes[ie]s)|(Axiom(s)?)|(Variable(s)?)|(Parameter(s)?)|(Context)|(Implicit\%{space}+Type(s)?)
(((Local)|(Global))\%{space}+)?
(Theorem)|(Lemma)|(Fact)|(Remark)|(Corollary)|(Proposition)|(Property)
(Qed)|(Defined)|(Admitted)|(Abort)
--
cgit v1.2.3