From 1fb3573621dfeb32efea23c26a9164056706f55e Mon Sep 17 00:00:00 2001 From: Guillaume Melquiond Date: Fri, 6 Mar 2015 16:04:30 +0100 Subject: Fix syntax highlighting of Import and Export. --- ide/coq.lang | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ide/coq.lang b/ide/coq.lang index 1842f7942a..269bed9381 100644 --- a/ide/coq.lang +++ b/ide/coq.lang @@ -193,9 +193,7 @@ About Arguments Implicit\%{space}+Arguments - Import Include - Export (Recursive\%{space}+)?Extraction(\%{space}+(Language\%{space}+(Ocaml)|(Haskell)|(Scheme)|(Toplevel))|(Library)|((No)?Inline)|(Blacklist))? Extract\%{space}+(Inlined\%{space}+)?(Constant)|(Inductive) @@ -207,6 +205,8 @@ (?'qua_list'(\%{space}+\%{qualit})+) Typeclasses (Transparent)|(Opaque) Require(\%{space}+((Import)|(Export)))? + Import + Export -- cgit v1.2.3