arakashic / chromatica.nvim

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

Highlighting for Header files incomplete. #82

Open MZauchner opened 4 years ago

MZauchner commented 4 years ago

Hello,

I am using Chromatica vim for syntax highlighting in c++ on macOS. I got the syntax highlighting to work perfectly for .cpp files which are specified in my compile_commands.json. However, because the header files are not highlighted at all (apart from basic nvim highlighting) even though I think you have addressed this issue before. I have downloaded the version via vim plugged. Should I just pull the git repo and manually install it, or should the plugged install be fine?

Do have any other ideas what could be going on? Thanks a lot!