You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 17, 2022. It is now read-only.
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:The text was updated successfully, but these errors were encountered: