vim-code-dark
vim-code-dark copied to clipboard
support c++ keywords
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.
This functionality probably requires semantics analysis depends on the situation. Checkout this other plugin that adds this functionality https://github.com/jeaye/color_coded
I've created a PR #63 that uses TagHighlight to address this issue.