-
Notifications
You must be signed in to change notification settings - Fork 12
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
Any chance for TSX? #4
Comments
Thank you! Supporting tsx would be nice, but I don't know how easy would it be to implement. Feel free to submit a PR with the failing test, but I'm not sure I'll have much time to dedicate to implementing the feature. |
@fcurella Thanks for the lexer. Would also love to see TSX support. Any chance of checking out @martinzuern 's Pull Request? #8 Cheers! |
Sorry I've let this slip through. The PR looks good. The only thing missing is some test cases for TSX. I'll see if @martinzuern is still available. |
I'm enjoying using this in my Sphinx documentation. I do TypeScript with React and many things seem to work, but this for example fails:
...whereas this works:
I can make a PR with a failing test if it helps.
The text was updated successfully, but these errors were encountered: