diff options
| author | Makarius Wenzel | 2001-11-07 17:42:20 +0000 |
|---|---|---|
| committer | Makarius Wenzel | 2001-11-07 17:42:20 +0000 |
| commit | 49dfc50bd4415513b1aad5e1f6e375e07884f2d3 (patch) | |
| tree | 483693c5593673d55b85a96c526882865bb687d1 | |
| parent | a79c8f750aa63df105d43a8bcfc1eed894515d02 (diff) | |
updated isar-goals-font-lock-keywords;
| -rw-r--r-- | isar/isar-syntax.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el index 2d300ae7..083d06ee 100644 --- a/isar/isar-syntax.el +++ b/isar/isar-syntax.el @@ -290,7 +290,7 @@ "^proof (prove):" "^proof (state):" "^proof (chain):" - "^goal ([^)]+):" + "^goal .+:" "^picking this:" "^using this:" "^this:" @@ -299,6 +299,7 @@ "^cases:" "^prems:" "^fixed variables:" + "^structures:" "^type constraints:" "^default sorts:" "^used type variable names:" |
