Extend region during syntax analysis only
commit50ffc93fa3d76e20064c0ae929cd834c94c73a0a
authorJason Blevins <jrblevin@sdf.org>
Fri, 18 Dec 2015 16:21:59 +0000 (18 11:21 -0500)
committerJason Blevins <jrblevin@sdf.org>
Fri, 18 Dec 2015 16:22:00 +0000 (18 11:22 -0500)
tree214c04d91d5479e7a66d7c2197c35d07b856df23
parent03e6e8eb42bd766948728fd58983d140b3dbf342
Extend region during syntax analysis only

Experimentally disable markdown-font-lock-extend-region to help improve
performance.  Using text properties during syntax analysis seems to
result in pretty accurate multi-line font lock without needing to extend
the region again during fontification. This may be re-enabled later if
problems arise in identifying multi-line constructs.
markdown-mode.el