Enable multiline highlighting.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Tue, 20 Dec 2011 21:12:34 +0200
changeset 846 357f5c6bb23d
parent 845 6c199c07f0c8
child 847 d38ced086516
Enable multiline highlighting.
dict-mode.el
--- a/dict-mode.el	Tue Dec 20 20:20:14 2011 +0200
+++ b/dict-mode.el	Tue Dec 20 21:12:34 2011 +0200
@@ -37,6 +37,7 @@
      (use-local-map dict-c5-mode-map)
      (modify-syntax-entry ?' ".")
      (modify-syntax-entry ?\" ".")
+     (setq font-lock-multiline t)
      ))
   )