diff options
| -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:" |
