-
Notifications
You must be signed in to change notification settings - Fork 206
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, JSX and TSX language support #64
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
If you rebase against main Heynote now have a few end-to-end tests as well that should run.
Will take a look! I've just added the tests and I might have messed something up. |
The tests were broken (for some reason they worked when running in the playwright UI locally). Should be fixed now though! |
Thanks! |
Praise
I think this is a really cool app, and would love to see it succeed further! ❤️
What is this PR?
This pull request adds language support and formatting of TypeScript, JSX, TSX.
Also added is autodetection for TypeScript.
JSX and TSX does not seem to be supported by guesslang-js, so autodetection for these are missing.
TypeScript:
TSX:
JSX:
Tasks