From c907b5717fd4ef98a5774ab568e2c16d25ce2786 Mon Sep 17 00:00:00 2001
From: Guillaume Melquiond
Date: Fri, 6 Mar 2015 14:59:33 +0100
Subject: Fix syntax highlighting of Save.
---
ide/coq.lang | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/ide/coq.lang b/ide/coq.lang
index 94ee77ae1b..d634bc1d6c 100644
--- a/ide/coq.lang
+++ b/ide/coq.lang
@@ -33,7 +33,7 @@
(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)
+ (Qed)|(Defined)|(Admitted)|(Abort)|(Save)
((?'gal'\%{locality}(Program\%{space}+)?(\%{single_decl}|\%{begin_proof}))\%{space}+(?'id'\%{ident}))|((?'gal4list'\%{mult_decl})(?'id_list'(\%{space}+\%{ident})*))|(?'gal2'Goal)
@@ -158,7 +158,6 @@
Load
Undo
Print
- Save
Comments
Solve\%{space}+Obligation
((Uns)|(S))et(\%{space}+\%{ident})+
--
cgit v1.2.3