From 49162693b37a3bebc47cd6f667b2e7ebea209fc6 Mon Sep 17 00:00:00 2001
From: Guillaume Melquiond
Date: Mon, 28 Apr 2014 13:56:51 +0200
Subject: Fix broken commit 2bcb2cb.
---
ide/coq.lang | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ide/coq.lang b/ide/coq.lang
index 1cb95e5354..1950b81a35 100644
--- a/ide/coq.lang
+++ b/ide/coq.lang
@@ -34,7 +34,7 @@
(((Local)|(Global))\%{space}+)?
(Theorem)|(Lemma)|(Fact)|(Remark)|(Corollary)|(Proposition)|(Property)
(Qed)|(Defined)|(Admitted)|(Abort)
- ((?'gal'\%{locality}(Program\%{space}+)?(\%{single_decl}|\%{begin_proof}))\%{space}+(?'id'\%{ident}))|((?'gal4list'\%{mult_decl})(?'id_list'(\%{space}+\%{ident})*))|(?'gal'Goal')
+ ((?'gal'\%{locality}(Program\%{space}+)?(\%{single_decl}|\%{begin_proof}))\%{space}+(?'id'\%{ident}))|((?'gal4list'\%{mult_decl})(?'id_list'(\%{space}+\%{ident})*))|(?'gal2'Goal)
""
@@ -81,6 +81,7 @@
+
--
cgit v1.2.3