vim-cpp icon indicating copy to clipboard operation
vim-cpp copied to clipboard

C++ syntax highlighting misses certain include directives.

Open ghost opened this issue 8 years ago • 0 comments

Per the FreeType library's documentation, it is to be included as follows:

#include <ft2build.h>
#include FT_FREETYPE_H

However Vim's syntax files for C/C++ (and likely other languages) only highlight the #include when a matching pair of delimiters is provided.

ghost avatar Apr 11 '17 19:04 ghost