vim-jsx-improve
vim-jsx-improve copied to clipboard
Highlighting mistakes
It doesn't highlight a part of JSX code.

It often highlight closed parentheses and brackets with red for some reason.

Disable plugin pangloss/vim-javascript to get rid of it.
Document have mentioned that.
@chemzqm it is disabled
@osenvosem Could you upload your code so I can reproduce it?
@osenvosem in somewhat larger pieces of code the syntax can get messed up. I have a macro set up to run :syntax sync fromstart which fixes it for me. Could you try that here to see if that helps?
I've had the same issue and just reload the file with :e
I am having the same issue. I don't have vim-javascript enabled. Does anyone know what is causing this to occur in the first place?