aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2003-01-24 15:25:26 +0000
committerDavid Aspinall2003-01-24 15:25:26 +0000
commit65517d3912ba6386a672220fdd0f39b88de813ba (patch)
tree126041433bde08cdcaee903070aa291404f35f26
parent75e75bb383523566e0abb34629aecbae0dc81fba (diff)
Fix hilight of Module Type?
-rw-r--r--coq/coq-syntax.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/coq/coq-syntax.el b/coq/coq-syntax.el
index e5ace9d0..36f0bed8 100644
--- a/coq/coq-syntax.el
+++ b/coq/coq-syntax.el
@@ -46,8 +46,8 @@
(defvar coq-keywords-goal
'("Chapter"
- "Module\\s-+Type"
"Module"
+ "Module\\s-+Type"
"Section"
"Correctness"
"Definition"