Skip to content
This repository was archived by the owner on Sep 17, 2022. It is now read-only.

Highlighting doesn't work as expected #84

Open
ghost opened this issue May 15, 2020 · 0 comments
Open

Highlighting doesn't work as expected #84

ghost opened this issue May 15, 2020 · 0 comments

Comments

@ghost
Copy link

ghost commented May 15, 2020

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

0 participants