-
Notifications
You must be signed in to change notification settings - Fork 145
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
2.1 syntax support #106
Comments
You're right that this syntax plugin does not highlight things like |
Re-open because we should highlight those correctly. |
Forgive my ignorance, I have zero experience with vim plugins. I'm an idiot after all, my PATH wasn't set up correctly so the plugin was using my global typescript (npm -g) which was an older version than my project specific version. Thanks for the quicky reponse. |
I would love to see this vim plugin updated for the 2.1 syntax enhancements.
I've started using the new typescript 2.1,constructs like Partial and noticed the plugin doesn't recognise the word. The official typescript compiler has no problem compiling the code.

Even if there is just a workaround to suppress the error I would be happy.
The text was updated successfully, but these errors were encountered: