From b4abf41dc6a6b2c6471185d6c102dbe1460a32cd Mon Sep 17 00:00:00 2001
From: Guillaume Melquiond
Date: Fri, 6 Mar 2015 16:07:13 +0100
Subject: Fix syntax highlighting of Extract Inductive.
---
ide/coq.lang | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/ide/coq.lang b/ide/coq.lang
index 8531702701..1622e13330 100644
--- a/ide/coq.lang
+++ b/ide/coq.lang
@@ -196,7 +196,7 @@
Implicit\%{space}+Arguments
Include
(Recursive\%{space}+)?Extraction(\%{space}+(Language\%{space}+(Ocaml)|(Haskell)|(Scheme)|(Toplevel))|(Library)|((No)?Inline)|(Blacklist))?
- Extract\%{space}+(Inlined\%{space}+)?(Constant)|(Inductive)
+ Extract\%{space}+((Inlined\%{space}+)?(Constant)|(Inductive))
--
cgit v1.2.3