arakashic / chromatica.nvim

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

Highlighting doesn't work as expected #84

Open ghost opened 4 years ago

ghost commented 4 years ago

The highlighting is no working as i expected, here is an example: image

As you see when the namespace std is used the type isn't highlighted. Also the '>' from the include isn't highlighted nor the variable names.

You can see my nvim config here.

Note: It's a c++ file, haven't tried with any other yet.

Edit: I released that till the first use of std::something everything below it won't be highlighted. Such as pointed in #55.

If instead i do using namespace std, it works but not at all: image

Hope this info helps, ask for anything you need :).

Edit:

I just released i needed to add a missing dir through let g:chromatica#global_args and the result is better but not working at all: image