]> git.eshelyaron.com Git - emacs.git/commit
Add "of" as a keyword in js-mode
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Mar 2021 20:21:21 +0000 (21:21 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 4 Mar 2021 20:21:21 +0000 (21:21 +0100)
commit2d435224689ab8b02b64ce78b6e9d061fe48df22
treeccc8ba655ef957356f9c214a42359029c34fe718
parent6ff90ef0bbd5ed6ff284a614352a17cf37d570fe
Add "of" as a keyword in js-mode

* lisp/progmodes/js.el (js--keyword-re): Add the "of" of "for
... of" in ECMAScript 2018 (bug#46924).
lisp/progmodes/js.el