vim-jsx-improve icon indicating copy to clipboard operation
vim-jsx-improve copied to clipboard

Highlighting mistakes

Open osenvosem opened this issue 7 years ago • 6 comments

It doesn't highlight a part of JSX code. screen shot 2018-08-29 at 15 01 53

It often highlight closed parentheses and brackets with red for some reason. screen shot 2018-08-29 at 15 02 06 screen shot 2018-08-29 at 15 02 19

osenvosem avatar Aug 29 '18 12:08 osenvosem

Disable plugin pangloss/vim-javascript to get rid of it. Document have mentioned that.

chemzqm avatar Aug 29 '18 16:08 chemzqm

@chemzqm it is disabled

osenvosem avatar Aug 29 '18 16:08 osenvosem

@osenvosem Could you upload your code so I can reproduce it?

chemzqm avatar Aug 29 '18 17:08 chemzqm

@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?

redbmk avatar Aug 29 '18 18:08 redbmk

I've had the same issue and just reload the file with :e

JESii avatar Apr 22 '19 22:04 JESii

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?

alexseitsinger avatar Aug 23 '19 01:08 alexseitsinger