diff options
| author | David Aspinall | 2000-05-29 18:49:00 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-05-29 18:49:00 +0000 |
| commit | 63c66e4c972ef89e5bcd578f6277b567a01d1ec0 (patch) | |
| tree | a9bd1011e5c1ce668b76d64e6f3b3957c817ff1e | |
| parent | 4422665df2635a34c056b0d633c92bf71b4fe818 (diff) | |
Tweak font lock exprs enough for Example.thy
| -rw-r--r-- | isar/isar-syntax.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el index e3b2a4bd..81e052bd 100644 --- a/isar/isar-syntax.el +++ b/isar/isar-syntax.el @@ -294,7 +294,7 @@ "^proof (state):" "^goal (theorem .*):" "^prems:" - "^using this:" + "^\\(using \\)?this:" "^goal (show):" "^Variables:$" "^Constants:$" |
