]> git.eshelyaron.com Git - emacs.git/commit
Highlight identifier in import statements in js-ts-mode
authorYuan Fu <casouri@gmail.com>
Tue, 10 Jan 2023 05:31:38 +0000 (21:31 -0800)
committerYuan Fu <casouri@gmail.com>
Tue, 10 Jan 2023 05:31:38 +0000 (21:31 -0800)
commit8377ed5298f0529512294956269dcd06a8e6ed18
tree92dd097274853d13a9f63a8957e346069bbac4ae
parentaa9df1260c3fe5e872bef926288ce345bedbe1bb
Highlight identifier in import statements in js-ts-mode

Follow-up on bug#60689.  This commit just copied the change in
e385c099b8c to js-ts-mode.

* lisp/progmodes/js.el:
(js--treesit-font-lock-settings): Add import query.
lisp/progmodes/js.el