-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
add typescript-mode #57
Comments
Actually typscript-mode doesn't work fully with react tsx or jsx files, so maybe tsx-mode would be better: |
Switching to lsp-mode and then using one of the typescript language servers is another option. @moellep what is it that you want from typescript-mode (ex syntax highlighting)? |
Syntax highlighting + correct indentation. Right now using typescript-mode, it badly mangles the react indentation in tsx files. |
FYI, you may need to set some syntactic entities to match what vs code does. I was just dealing with Java which was getting very badly mangled and adjusted a couple of things that made it better. |
Add typescript-mode, possibly from there https://github.com/emacs-typescript
The text was updated successfully, but these errors were encountered: