arakashic / chromatica.nvim

Clang based syntax highlighting for Neovim
MIT License
299 stars 17 forks source link

user defined Type not colored as Type #42

Open davidkennedydev opened 6 years ago

davidkennedydev commented 6 years ago

At open file:

image image

At rewrite House:

image

arakashic commented 6 years ago

Thanks. Can you pull the latest version and see if the problem is still there?

davidkennedydev commented 6 years ago

Same problem: asciicast

arakashic commented 6 years ago

Thanks for the video. I tried with your vimrc in PR #41 with this code and the one in the PR #41. None of them shows the problems that your are experiencing.

But, I noticed from your video that the highlight for some words were showing correct highlighting only a small moment before falling back to the wrong ones. My best guess is that there is another plugin or .vim that is also trying to handle the highlight. It seems conflicting with Chromatica.