]> git.eshelyaron.com Git - emacs.git/commit
js--font-lock-keywords-2: Remove the 'for each' matcher
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 10 Aug 2022 00:18:29 +0000 (03:18 +0300)
committerDmitry Gutov <dgutov@yandex.ru>
Wed, 10 Aug 2022 00:36:35 +0000 (03:36 +0300)
commitfcd2d14db1c42add0b6aa09ac8b99cd9229596ec
treecbe3f399af6961cc494e77643799e66d76b5240e
parentec2bd7dd5c68510130e7abf7e76361d776c4fe22
js--font-lock-keywords-2: Remove the 'for each' matcher

* lisp/progmodes/js.el (js--font-lock-keywords-2):
Remove the 'for each' matcher.  First, because it was slow
(bug#56682), and second: the 'for each' syntax was only present in
Mozilla's dialect of JavaScript (added in version 1.5), and has
been deprecated for a decade now.
lisp/progmodes/js.el