-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
Syntax Highlighting errors in flow with generics #2458
Comments
It's properly caused by some javascript plugin, but I cannot figure it out. Do you have some advice? I have been living with it for a long time, since I don't care about it. |
Syntax highlighting is still broken in some situations when disabling flow. For now I will just put all my types at the bottom of the files. That mostly fixes the syntax highlighting of the rest of the code. |
It would be helpful if someone could point me to the plugin that takes care of highlighting flow. Then I can open an issue there. |
Sorry, I don't have enough time to help you until sunday. |
I can reproduce it: It is a bug of https://github.com/flowtype/vim-flow just report it, flow/vim-flow#81 |
Expected behavior, english is required
Highlight this code correctly:
The reproduce ways from Vim starting (Required!)
Open a .js file containing the code above. The first two lines are highlighted correctly (as far as I can tell). But the third line ist not highlighted at all. And everything after that is also not highlighted correctly.
Debug info
Screenshots
https://imgur.com/a/GzPBrqD
The text was updated successfully, but these errors were encountered: