]> git.eshelyaron.com Git - emacs.git/commit
Fix fontification of method-invocations in js-ts-mode (bug#59904)
authorJostein Kjønigsen <jostein@kjonigsen.net>
Thu, 8 Dec 2022 14:45:00 +0000 (15:45 +0100)
committerYuan Fu <casouri@gmail.com>
Sat, 10 Dec 2022 00:46:00 +0000 (16:46 -0800)
commit1014bcc8e32c8ab7b25e148d13e7e3a82f9635b9
tree196eb5abd51ae594a650fcdf4560ee68adde6972
parent7141920c6afdd9ead4a94f2a3314a8c1097d1b6b
Fix fontification of method-invocations in js-ts-mode (bug#59904)

* lisp/progmodes/js.el (js--treesit-font-lock-settings): Move rules
for property in front of function names, so function names override
property.
lisp/progmodes/js.el