aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-11 16:55:13 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-11 16:55:13 +0000
commitb97d82c0af4bf658c28e531b762b87f291f792a5 (patch)
tree56fd5698b27c59f9773e8ce1d9c3bcc343bafe87 /isar/isar.el
parent9dd011c360dea5380ec003565c51185644d4c67f (diff)
Support custom syntactic fontification.
Diffstat (limited to 'isar/isar.el')
-rw-r--r--isar/isar.el6
1 files changed, 2 insertions, 4 deletions
diff --git a/isar/isar.el b/isar/isar.el
index dad9f871..92ef0b9d 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -1,6 +1,6 @@
;; isar.el --- Major mode for Isabelle/Isar proof assistant
;;
-;; Copyright (C) 1994-2009 LFCS Edinburgh.
+;; Copyright (C) 1994-2010 LFCS Edinburgh.
;;
;; License: GPL (GNU GENERAL PUBLIC LICENSE)
;;
@@ -126,7 +126,7 @@ See -k option for Isabelle interface script."
proof-indent-open-regexp isar-indent-open-regexp
proof-indent-close-regexp isar-indent-close-regexp
- ;; proof engine commands
+ ;; proof engine
proof-showproof-command "pr"
proof-goal-command "lemma \"%s\""
proof-save-command "qed"
@@ -606,8 +606,6 @@ Uses variables `string' and `scriptspan' passed by dynamic scoping."
(isar-mode-config-set-variables)
(isar-init-syntax-table)
(setq proof-script-font-lock-keywords isar-font-lock-keywords-1)
- (set (make-local-variable 'font-lock-string-face)
- 'isabelle-string-face)
(set (make-local-variable 'comment-quote-nested) nil) ;; can cope with nested comments
(set (make-local-variable 'outline-regexp) isar-outline-regexp)
(set (make-local-variable 'outline-heading-end-regexp)