ankurdave / color-identifiers-mode

Emacs minor mode to highlight each source code identifier uniquely based on its name
308 stars 23 forks source link

Add support for typescript-ts-mode and tsx-ts-mode #91

Closed Hi-Angel closed 1 year ago

Hi-Angel commented 1 year ago

As a side note, ts-based modes (mentioned above in particular) will be supported by Emacs 29 release.

Screenshot with tsx-ts-mode enabled:

image

As a side note, support for non-tree-sitter typescript mode was added in https://github.com/ankurdave/color-identifiers-mode/pull/74/files , so that is covered since year 2020.

Fixes: https://github.com/ankurdave/color-identifiers-mode/issues/85