vim-code-dark icon indicating copy to clipboard operation
vim-code-dark copied to clipboard

support c++ keywords

Open YvesZHI opened this issue 6 years ago • 2 comments

It doesn't seem that the current version of vim-code-dark supports C++ very well.

For example, the class name, the function don't have any color.

xxx

YvesZHI avatar Sep 19 '19 08:09 YvesZHI

This functionality probably requires semantics analysis depends on the situation. Checkout this other plugin that adds this functionality https://github.com/jeaye/color_coded

yaoyuan0553 avatar Feb 21 '20 22:02 yaoyuan0553

I've created a PR #63 that uses TagHighlight to address this issue.

zdzislaw-s avatar Aug 06 '20 11:08 zdzislaw-s