emacsorphanage / dart-mode

An Emacs mode for the Dart language
GNU General Public License v3.0
15 stars 2 forks source link

Respect font-lock-maximum-decoration #81

Closed bradyt closed 5 years ago

bradyt commented 5 years ago

In commits starting at 199709f7b456607773d641a1fd046e18e6597f3f, in removing cc-mode framework from dart-mode, syntax highlighting was reimplemented using the font-lock framework, but steps were not taken to respect font-lock-maximum-decoration, described at http://www.gnu.org/software/emacs/manual/html_node/elisp/Levels-of-Font-Lock.html#Levels-of-Font-Lock.

bradyt commented 5 years ago

We might have a concrete example of this being done in https://github.com/emacs-mirror/emacs/blob/master/lisp/progmodes/js.el.

bradyt commented 5 years ago

Progress is started in 06e2d4b2129b1f4c54e7ba7585b5005e90e5346d.