From 2d5763b803e0cb4110919951c141bd77f24d9a99 Mon Sep 17 00:00:00 2001 From: Makarius Wenzel Date: Wed, 6 Dec 2000 11:29:54 +0000 Subject: tuned font-lock-keywords; --- isar/isar-syntax.el | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/isar/isar-syntax.el b/isar/isar-syntax.el index 7729b6cb..3061f94a 100644 --- a/isar/isar-syntax.el +++ b/isar/isar-syntax.el @@ -166,19 +166,6 @@ ;; antiquotations -(defface isabelle-antiq-face - '((((type x) (class color) (background light)) - (:background "honeydew3")) - (((type x) (class color) (background dark)) - (:background "honeydew4")) - (t - (bold t))) - "*Face for Isabelle/Isar antiquotation" - :group 'proof-faces) - -(defconst isabelle-antiq-face 'isabelle-antiq-face) - - (defconst isar-antiq-regexp (concat "\\(@{\\([^\"{}]+\\|" isar-string "\\)\\{0,7\\}}\\)") "Regexp matching Isabelle/Isar antiquoations.") @@ -278,7 +265,7 @@ (cons (isar-ids-to-regexp isar-keywords-proof-context) 'proof-declaration-name-face) (cons (isar-ids-to-regexp isar-keywords-improper) 'font-lock-reference-face) (cons isar-tac-regexp 'font-lock-reference-face) - '(isar-match-antiq (0 isabelle-antiq-face append)))) + '(isar-match-antiq (0 'font-lock-variable-name-face prepend)))) (defvar isar-output-font-lock-keywords-1 (list -- cgit v1.2.3