diff options
| author | Makarius Wenzel | 2001-10-13 18:14:14 +0000 |
|---|---|---|
| committer | Makarius Wenzel | 2001-10-13 18:14:14 +0000 |
| commit | fdc23522eb9764d6a9d21ea34d657f1a302822ca (patch) | |
| tree | 3b0b0a066be02e817c304622b07f72f73ad2da0b | |
| parent | a73e41c7cbdb8a93467ca5f34f4735c911030354 (diff) | |
isar-goals-font-lock-keywords: more general goal pattern;
| -rw-r--r-- | isar/isar-syntax.el | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el index b4cb6cf6..2d300ae7 100644 --- a/isar/isar-syntax.el +++ b/isar/isar-syntax.el @@ -290,11 +290,7 @@ "^proof (prove):" "^proof (state):" "^proof (chain):" - "^goal (corollary.*):" - "^goal (theorem.*):" - "^goal (lemma.*):" - "^goal (have.*):" - "^goal (show.*):" + "^goal ([^)]+):" "^picking this:" "^using this:" "^this:" |
