C++ syntax highlighting misses certain include directives.
Opened this issue · 0 comments
Deleted user commented
Per the FreeType library's documentation, it is to be included as follows:
#include <ft2build.h>
#include FT_FREETYPE_HHowever Vim's syntax files for C/C++ (and likely other languages) only highlight the #include when a matching pair of delimiters is provided.