-
Notifications
You must be signed in to change notification settings - Fork 17
Tokens not highlighted in code only including standard library #35
Comments
Thanks for submitting this. Can you also attach the chromatica settings in your vimrc? That would be helpful to reproduce the problem. |
This is my entire init.vim. I use vim-plug for plugin management.
I think I found a way to reproduce it. Launch nvim (don't open a file). Then |
I could reproduce this with the following code:
push_back should be highlighted, but it isn't. |
In fact, if I produce preprocessed code i.e. |
@theowen Thanks for reporting. I will take a look at it. |
Same problem here, Manjaro linux, All standard library function can't highlight as expected. (I have added such compile flags:
Edit:
it works fine. However, It seems that I can not add |
Image
The code compiles without any flags on both g++ and clang++ and works correctly.
As we can see,
scanf
on line 12 is not highlighted, as well as variablesi
andv
on lines 12 and 15.I use Neovim 0.1.7
The code
The text was updated successfully, but these errors were encountered: