# HG changeset patch # User Oleksandr Gavenko # Date 1324408354 -7200 # Node ID 357f5c6bb23d1e0410acbd4d699a344c7916dd67 # Parent 6c199c07f0c891a6c822992b0cdbe551511fe668 Enable multiline highlighting. diff -r 6c199c07f0c8 -r 357f5c6bb23d 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) )) )