aboutsummaryrefslogtreecommitdiffhomepage
path: root/ide/coq.lang
diff options
context:
space:
mode:
authorGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-03-06 16:04:30 +0100
committerGravatar Guillaume Melquiond <guillaume.melquiond@inria.fr>2015-03-06 16:04:30 +0100
commit1fb3573621dfeb32efea23c26a9164056706f55e (patch)
tree6898ddc0a19d06e9da1e0da13ed464c75c3dcc88 /ide/coq.lang
parent5743fd25fa058e4cf7b5949b8287935163de9232 (diff)
Fix syntax highlighting of Import and Export.
Diffstat (limited to 'ide/coq.lang')
-rw-r--r--ide/coq.lang4
1 files changed, 2 insertions, 2 deletions
diff --git a/ide/coq.lang b/ide/coq.lang
index 1842f7942..269bed938 100644
--- a/ide/coq.lang
+++ b/ide/coq.lang
@@ -193,9 +193,7 @@
<keyword>About</keyword>
<keyword>Arguments</keyword>
<keyword>Implicit\%{space}+Arguments</keyword>
- <keyword>Import</keyword>
<keyword>Include</keyword>
- <keyword>Export</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>
<include>
@@ -207,6 +205,8 @@
<suffix>(?'qua_list'(\%{space}+\%{qualit})+)</suffix>
<keyword>Typeclasses (Transparent)|(Opaque)</keyword>
<keyword>Require(\%{space}+((Import)|(Export)))?</keyword>
+ <keyword>Import</keyword>
+ <keyword>Export</keyword>
<include>
<context sub-pattern="1" style-ref="vernac-keyword"/>
<context sub-pattern="qua_list" style-ref="identifier"/>