]> git.eshelyaron.com Git - emacs.git/commit
Fix highlighting of variable-declarations in typescript-ts-mode
authorJostein Kjønigsen <jostein@kjonigsen.net>
Wed, 4 Jan 2023 08:13:23 +0000 (09:13 +0100)
committerYuan Fu <casouri@gmail.com>
Sun, 8 Jan 2023 02:44:16 +0000 (18:44 -0800)
commit2cdd75a18ff8815ca22a04228e3282e54097e242
tree4c1acfcd548e38b7c617e0cfb8979390a054157e
parent73168793c015d3da6b21bc96db784f9ef9225cbb
Fix highlighting of variable-declarations in typescript-ts-mode

(bug#60546)

- Highlight variable declarations in catch-clauses.
- Remove highlighting of variables where not declarations (improve
  consistency with other *-ts-modes).

* lisp/progmodes/typescript-ts-mode.el:
(typescript-ts-mode--font-lock-settings): See above.
lisp/progmodes/typescript-ts-mode.el