-
Notifications
You must be signed in to change notification settings - Fork 5
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
let js2-mode support flow syntax #6
Comments
Amazing! Big suceess! |
Happy to read this progress. Looking forward to get it upstream :D |
@rNoz Merry Christmas 🎄 I will finish this work(maybe typescript supports), but I don't think the PR will be merge. |
@HairyRabbit Happy new year! |
@rNoz Yeap, just replace with: (load "path/to/js2-mode/js2-mode.el")
(js2-mode) can test the feature. Thanks for any feedback. |
Are you planning to release this as a different package if you don't plan to merge it upstream? Should jsx support work? Currently opening tags seem to get the type annotation face and closing tags the string face... |
@aaronjensen The jsx supports was a bug, fixed on current version. |
@aaronjensen |
Is the author still accepting pull requests? has the author made the paperwork (I talk about the copyright assignment) for a future pull request to upstream? |
I haven't pull this request to upstream yet, because some features are still work in progress. |
linked issues
flow syntax supports
type annotation
decls, exprs, stmts
note
type casing
exprs supported, but broken for print ast on test, works fine with syntax highlight.declares
decls is not useful for mescreenshot
The text was updated successfully, but these errors were encountered: