forked from immerrr/lua-mode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Improve multiline highlighting via font-lock-syntactic-keywords
This improvement means that: - there's no delay before multiline literals are recognized - fontification can be controlled in detail via font-lock setup - syntactic properties are always as up-to-date as possible Basically, it's the same refactoring as in dbedb1e, but backported to support Emacs23. Emacs24 version is faster though, because font-lock updates buffer line-by-line while `syntax-propertize' does that in blocks of 500 characters.
- Loading branch information
Showing
1 changed file
with
88 additions
and
191 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters