branch: elpa/typescript-mode commit eaaf8f46e34d1763917f5d81d69232e68dd5b7ab Author: Tomasz Hołubowicz <m...@alternateved.com> Commit: Tomasz Hołubowicz <m...@alternateved.com>
Update note after ts-mode rename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d47a2b6534..833f3e554a 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ than keeping this old version around. ## Good news! Emacs 29 will ship with tree-sitter support, and it will actually have in-tree -support for TypeScript! So now you can just use the provided `ts-mode` and get +support for TypeScript! So now you can just use the provided `typescript-ts-mode` and get the fresh tree-sitter powered functionalities for free. Yes, that means both tsx and regular types will actually work. Development will continue in emacs core, rather than this repo. We hope you'll like the new experience.