aboutsummaryrefslogtreecommitdiffhomepage
path: root/isar/isar.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-04 17:16:02 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2010-08-04 17:16:02 +0000
commit0877b91645ec1a824eba51cf0ad46eb4d76a138f (patch)
tree99db62bfae557ba45bcdfec8c3b64c98b97d213d /isar/isar.el
parent01eb09deb900de6d14b8bc4cc26c674c38fc0335 (diff)
isabelle-string-face: introduce custom string colour as font lock default is terrible
Diffstat (limited to 'isar/isar.el')
-rw-r--r--isar/isar.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/isar/isar.el b/isar/isar.el
index bfabb6d3..dad9f871 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -606,6 +606,8 @@ 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)