From b97d82c0af4bf658c28e531b762b87f291f792a5 Mon Sep 17 00:00:00 2001 From: David Aspinall Date: Wed, 11 Aug 2010 16:55:13 +0000 Subject: Support custom syntactic fontification. --- isar/isar.el | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'isar/isar.el') 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) -- cgit v1.2.3