You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This problem annoyed me for sometime, i had to go to the top of the file, to get the highlighting back.
However, i solved this by applying this answer in SO
I don't know if this can be integrated in the plugin itself.
I was getting a weird issue with a very long schema.prisma file where highlights on model fields were sometimes not getting colored until I moved my cursor above or below the uncolored section. Putting this in my .vimrc fixed it for me:
This is something that I wasn't able to solve in a previous attempt becuase of my inexperience with VimL.
I should give this another shot soon.
Example of the problem;
The text was updated successfully, but these errors were encountered: