aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Melquiond2015-03-06 16:07:13 +0100
committerGuillaume Melquiond2015-03-06 16:07:13 +0100
commitb4abf41dc6a6b2c6471185d6c102dbe1460a32cd (patch)
treed6946f804092b9b229a1bc9848fc5b691e68804e
parent69fb6b654cf02ca0e8b57feef6cf1c31effe6cc4 (diff)
Fix syntax highlighting of Extract Inductive.
-rw-r--r--ide/coq.lang2
1 files changed, 1 insertions, 1 deletions
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 @@
<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"/>