jparise / vim-graphql

A Vim plugin that provides GraphQL file detection, syntax highlighting, and indentation.
MIT License
487 stars 25 forks source link

Emebeded highlighting fallbacks to string randomly in reason files #76

Closed amiralies closed 3 years ago

amiralies commented 3 years ago

nvim 0.4.4 vim 8.2

After going to insert mode and back to normal mode it gets fixed. but when i move the cursor to query again it will broke.

https://user-images.githubusercontent.com/13261088/106646164-9e4ebe00-65a2-11eb-80f5-ce5e352f5547.mp4

amiralies commented 3 years ago

any idea why is this happening?

jparise commented 3 years ago

I'm afraid I haven't been able to reproduce this. I'm using https://github.com/jordwalke/vim-reasonml.

Are you using many other plugins? Is it possible one of them is interfering in some way?

amiralies commented 3 years ago

I'm using https://github.com/amiralies/vim-reason, but tried both jordwalke/vim-reasonml and reasonml-editor/vim-reason-plus and problem still occurs.

jparise commented 3 years ago

@amiralies Sorry for the delay!

I'm (finally) able to reproduce this. Now that I can, I'll see what I can do to get it fixed.

jparise commented 3 years ago

@amiralies #78 should hopefully fix things up for you.

amiralies commented 3 years ago

Fixed. Thanks!