chromatica.nvim
chromatica.nvim copied to clipboard
Highlighting doesn't work as expected
The highlighting is no working as i expected, here is an example:
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:
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: