]> git.eshelyaron.com Git - emacs.git/commit
js-ts-mode: Fix font-lock rules conflict
authorDmitry Gutov <dmitry@gutov.dev>
Tue, 12 Dec 2023 22:00:38 +0000 (00:00 +0200)
committerEshel Yaron <me@eshelyaron.com>
Thu, 21 Dec 2023 20:51:52 +0000 (21:51 +0100)
commitab096593da292389df49ae05f093e2b7d25c5ebc
treec678a3a19bb8c93c42319e71122bdecf164f73a2
parent9ca00ba502b2c17d12f74fc66ae4c00d5b19d602
js-ts-mode: Fix font-lock rules conflict

* lisp/progmodes/js.el (js--treesit-font-lock-settings): Move
'property' to after 'jsx'.  Stop using predicate (bug#67684).
(js--treesit-property-not-function-p): Delete.

(cherry picked from commit 400ef15bdc373b05e877cf0914f0fd5eda56cf1d)
lisp/progmodes/js.el