aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq.lang
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-03-06 16:07:13 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-03-06 16:07:13 +0100
commitb4abf41dc6a6b2c6471185d6c102dbe1460a32cd (patch)
treed6946f804092b9b229a1bc9848fc5b691e68804e /ide/coq.lang
parent69fb6b654cf02ca0e8b57feef6cf1c31effe6cc4 (diff)
Fix syntax highlighting of Extract Inductive.
Diffstat (limited to 'ide/coq.lang')
-rw-r--r--ide/coq.lang2
1 files changed, 1 insertions, 1 deletions
diff --git a/ide/coq.lang b/ide/coq.lang
index 853170270..1622e1333 100644
--- a/ide/coq.lang
+++ b/ide/coq.lang
@@ -196,7 +196,7 @@
<keyword>Implicit\%{space}+Arguments</keyword>
<keyword>Include</keyword>
<keyword>(Recursive\%{space}+)?Extraction(\%{space}+(Language\%{space}+(Ocaml)|(Haskell)|(Scheme)|(Toplevel))|(Library)|((No)?Inline)|(Blacklist))?</keyword>
- <keyword>Extract\%{space}+(Inlined\%{space}+)?(Constant)|(Inductive)</keyword>
+ <keyword>Extract\%{space}+((Inlined\%{space}+)?(Constant)|(Inductive))</keyword>
<include>
<context sub-pattern="1" style-ref="vernac-keyword"/>
<context sub-pattern="qua" style-ref="identifier"/>