We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.
#include