From 2bcb2cb8ddadbaf2e5b6d4abbfdbdf3bc88cc4c6 Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Mon, 28 Apr 2014 11:54:11 +0200 Subject: Fix incorrect syntax highlighting after the Goal command. --- ide/coq.lang | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'ide/coq.lang') diff --git a/ide/coq.lang b/ide/coq.lang index 26a92cf95..1cb95e535 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'\%{locality}(Program\%{space}+)?(\%{single_decl}|\%{begin_proof}))\%{space}+(?'id'\%{ident}))|((?'gal4list'\%{mult_decl})(?'id_list'(\%{space}+\%{ident})*))|(?'gal'Goal') "" @@ -150,7 +150,6 @@ Eval Load Undo - Goal Print Save Comments -- cgit v1.2.3